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