DeepCodeGeniusWeb-vscode/tsconfig.test.json

9 lines
176 B
JSON
Raw Permalink Normal View History

2023-05-31 16:10:53 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "out-test",
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}