|
12345678910 |
- {
- "extends": "./tsconfig.json",
- "compilerOptions": {
- // typescript defaults to these
- "esModuleInterop": false,
- "allowSyntheticDefaultImports": false
- },
- "include": ["./test/typescript/nonEsModuleInterop/**/*.ts"],
- "exclude": []
- }
|