Skip to content

Commit 6bcf247

Browse files
chore: clean up tsconfig options
1 parent 3c93200 commit 6bcf247

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
43
"moduleDetection": "force",
54
"module": "ESNext",
65
"moduleResolution": "Bundler",
76
"resolveJsonModule": true,
87
"types": ["node"],
9-
"strict": true,
108
"noUncheckedIndexedAccess": true,
119
"noEmit": true,
1210
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)