9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// typescript defaults to these
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": false
|
|
}
|
|
}
|