UNPKG

171 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 // typescript defaults to these
5 "esModuleInterop": false,
6 "allowSyntheticDefaultImports": false
7 }
8}