Skip to content

Commit

Permalink
Update waspc/todoApp's tsconfig.json to 0.13.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Apr 11, 2024
1 parent 8a14780 commit 2fa4c5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waspc/examples/todoApp/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// compiler. Proper TS compiler configuration in Wasp is coming soon :)
{
"compilerOptions": {
"target": "esnext",
// 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",
// JSX support
"jsx": "preserve",
"strict": true,
Expand Down

0 comments on commit 2fa4c5e

Please sign in to comment.