优化
This commit is contained in:
10
server/packages/openapi-generator/tsconfig.json
Normal file
10
server/packages/openapi-generator/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
"paths": {}
|
||||
},
|
||||
"include": ["./src/**/*"],
|
||||
"exclude": ["./node_modules/**/*", "./dist/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user