11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// typescript defaults to these
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": false
|
|
},
|
|
"include": ["./test/typescript/nonEsModuleInterop/**/*.ts"],
|
|
"exclude": []
|
|
}
|