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