8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|