Skip to content

Commit

Permalink
🔧 fix deprecated typescript configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjn committed Jun 16, 2024
1 parent cc32d70 commit 12fa1db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"isolatedModules": true,
"noEmit": true,
"strict": true,
"importsNotUsedAsValues": "error",
"verbatimModuleSyntax": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
Expand Down

0 comments on commit 12fa1db

Please sign in to comment.