Files
vanillajs-seed/node_modules/i18next-browser-languagedetector/tsconfig.nonEsModuleInterop.json
2019-12-20 20:02:44 +01:00

11 lines
251 B
JSON

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