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