fix: add cli
This commit is contained in:
12
tsconfig.scripts.json
Normal file
12
tsconfig.scripts.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"composite": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"noEmit": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"files": [],
|
||||
"include": ["scripts/"]
|
||||
}
|
||||
Reference in New Issue
Block a user