Skip to content

Commit

Permalink
remove tsconfig importsNotUsedAsValues
Browse files Browse the repository at this point in the history
tsc no longer supports this.
  • Loading branch information
pro-wh committed Sep 30, 2024
1 parent c9e3348 commit 9ff76d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"outDir": "dist/",
"sourceMap": true,
"strict": true,
"importsNotUsedAsValues": "error",
"skipLibCheck": true,
"allowJs": true,
},
Expand Down

0 comments on commit 9ff76d7

Please sign in to comment.