Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 18, 2024
1 parent e862291 commit 611cacc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "bundler",
"moduleResolution": "node",
"moduleDetection": "force",
"skipLibCheck": true,
"esModuleInterop": true,
Expand All @@ -15,7 +15,6 @@
"baseUrl": ".",
"experimentalDecorators": true,
"types": [
"webpack-env",
"vite/client"
],
"paths": {
Expand Down

0 comments on commit 611cacc

Please sign in to comment.