{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true,
"skipLibCheck": true
},
"include": [
"script"
]
}