Skip to content

Commit

Permalink
refactor(tsconfig): add new option (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Mar 15, 2024
1 parent 481934b commit 6b62cf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"noEmit": true,
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
Expand All @@ -22,7 +23,8 @@
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "ES6",
"target": "ESNext",
"types": ["chai", "mocha", "node"]
}
},
"include": ["index.ts"]
}

0 comments on commit 6b62cf3

Please sign in to comment.