10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"allowImportingTsExtensions": false,
|
|
"noEmit": false
|
|
}
|
|
}
|