Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Sep 7, 2023
1 parent a3f2e20 commit 25cd22e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
27 changes: 0 additions & 27 deletions tsconfig.base.json

This file was deleted.

21 changes: 20 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": false,
"removeComments": true,
"sourceMap": false,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"verbatimModuleSyntax": true,
"esModuleInterop": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"checkJs": false,

"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
Expand Down

0 comments on commit 25cd22e

Please sign in to comment.