chore: extends base tsconfig (#9912)

This commit is contained in:
neverland
2021-11-23 10:14:54 +08:00
committed by GitHub
parent e12be89d7c
commit 2e7fafeba0
8 changed files with 27 additions and 44 deletions

View File

@@ -1,13 +1,10 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"target": "ES2019",
"outDir": "./lib",
"module": "commonjs",
"strict": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["esnext"]
"declaration": true
},
"include": ["src/**/*"]
}