Skip to content

Commit

Permalink
Merge pull request wasp-lang#120 from wasp-lang/tsconfig-update-main
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho authored May 6, 2024
2 parents 60a79e4 + f8fdadd commit 8a4eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// compiler. Proper TS compiler configuration in Wasp is coming soon :)
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"module": "ES2022",
// We're bundling all code in the end so this is the most appropriate option,
// it's also important for autocomplete to work properly.
"moduleResolution": "bundler",
Expand Down

0 comments on commit 8a4eb95

Please sign in to comment.