Skip to content

Commit

Permalink
TS frontend: correcting config for webpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Nov 3, 2024
1 parent cd4c57e commit 65f414c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"downlevelIteration": true,
"strict": true,
"lib": ["es2023"],
"module": "node16",
"module": "es2020",
"target": "es2022",
"moduleResolution": "node16"
"moduleResolution": "bundler"
},
"include": [
"./src/**/*"
Expand Down

0 comments on commit 65f414c

Please sign in to comment.