Skip to content

Commit

Permalink
fix: replace deprecated entry in tsconfig microsoft/TypeScript#52203
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapthine committed May 19, 2023
1 parent 96607cf commit eeb490f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */,
"noUncheckedIndexedAccess": true /* Include 'undefined' in index signature results */,
// "noPropertyAccessFromIndexSignature": true, /* Require undeclared properties from index signatures to use element accesses. */
// "importsNotUsedAsValues": "error",
"verbatimModuleSyntax": true,

/* Module Resolution Options */
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
Expand Down

0 comments on commit eeb490f

Please sign in to comment.