11 lines
135 B
JSON
11 lines
135 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": [
|
||
|
"script"
|
||
|
]
|
||
|
}
|