Skip to content

Commit

Permalink
fix: match typecheck tsconfig with typescript dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttran-cc committed Nov 9, 2022
1 parent fb79bb5 commit 1d1e306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig-typecheck-jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"allowUnusedLabels": false,
"alwaysStrict": true,
"checkJs": true,
"exactOptionalPropertyTypes": false,
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
Expand All @@ -17,6 +16,6 @@
"noImplicitThis": true,
"noPropertyAccessFromIndexSignature": false,
"target": "ESNext",
"moduleResolution": "NodeNext"
"moduleResolution": "node"
}
}

0 comments on commit 1d1e306

Please sign in to comment.