增加性能测试
This commit is contained in:
17
source/tsconfig.dev.json
Normal file
17
source/tsconfig.dev.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dev-bin",
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"bin",
|
||||
"dev-bin"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user