mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-06 19:57:26 -08:00
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"sourceMap": false
|
|
},
|
|
"include": ["src/**/*", "launcher/**/*.ts", "scripts/*.ts"],
|
|
"exclude": ["node_modules", "dist", "vendor"]
|
|
}
|