mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-25 10:16:51 +08:00
初始化
This commit is contained in:
9
service/tsconfig.build.json
Normal file
9
service/tsconfig.build.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"declaration": false,
|
||||
"incremental": false
|
||||
},
|
||||
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user