10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules", "../frontend"]
|
|
}
|