mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-06 19:57:26 -08:00
build: expand typecheck coverage beyond src
This commit is contained in:
12
tsconfig.typecheck.json
Normal file
12
tsconfig.typecheck.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"noEmit": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"sourceMap": false
|
||||
},
|
||||
"include": ["src/**/*", "launcher/**/*.ts", "scripts/*.ts"],
|
||||
"exclude": ["node_modules", "dist", "vendor"]
|
||||
}
|
||||
Reference in New Issue
Block a user