Skip to content

Commit

Permalink
build(tsconfig): updated TS configs
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Nov 23, 2024
1 parent dc4ef3b commit 21de906
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"composite": true,
"declaration": true,
"declarationDir": "./dist/types",
"declarationMap": true,
Expand All @@ -19,6 +20,7 @@
"noEmit": true,
"noErrorTruncation": true,
"noImplicitOverride": false,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down
1 change: 0 additions & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"noEmit": false,
"rootDir": "./src",
"sourceRoot": "./src",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.mjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"noEmit": false,
"module": "Node16",
"moduleResolution": "Node16",
Expand Down

0 comments on commit 21de906

Please sign in to comment.