Updates tsconfig.json to latest version

This commit is contained in:
Mihovil Ilakovac 2024-05-06 16:56:36 +02:00
parent 60a79e4b93
commit f8fdadde24

View File

@ -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",