Files
vanillajs-seed/node_modules/i18next/tsconfig.nonEsModuleInterop.json
2020-06-08 08:50:28 +02:00

9 lines
171 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
// typescript defaults to these
"esModuleInterop": false,
"allowSyntheticDefaultImports": false
}
}