config and remove now unused packages
This commit is contained in:
parent
34bdbc6ad0
commit
e6af8dd73c
3 changed files with 9 additions and 17 deletions
|
|
@ -2,18 +2,16 @@
|
|||
"compilerOptions": {
|
||||
"rootDir": "./lib",
|
||||
"outDir": "./dist",
|
||||
"module": "es2020",
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"types": ["node"],
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"noImplicitReturns": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
"isolatedModules": true
|
||||
},
|
||||
"exclude": ["scripts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue