优化
This commit is contained in:
15
client/packages/plugin-declaration-generator/tsconfig.json
Normal file
15
client/packages/plugin-declaration-generator/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"lib": ["ESNext"],
|
||||
"outDir": "lib",
|
||||
"declaration": true,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
},
|
||||
"include": ["./src/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user