mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-17 09:16:38 +08:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"incremental": false
|
|
},
|
|
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
|
}
|