Skip to content

Commit

Permalink
Prefer verbatimModuleSyntax over importsNotUsedAsValues
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Mar 29, 2023
1 parent 86c814e commit f5c5382
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 @@ -11,13 +11,13 @@
"declaration": true,
"sourceMap": true,
"newLine": "lf",
"verbatimModuleSyntax": true,
"exactOptionalPropertyTypes": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedParameters": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"paths": {
"index.js": ["./src/index.ts"],
Expand Down

0 comments on commit f5c5382

Please sign in to comment.