10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "../config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"esModuleInterop": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["**/*"]
|
|
}
|