11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": ".",
|
|
"allowImportingTsExtensions": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|