9 lines
178 B
JSON
9 lines
178 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowImportingTsExtensions": false,
|
||
|
|
"noEmit": false
|
||
|
|
}
|
||
|
|
}
|