From f8fdadde246a740665b19e5be20c2592c2686254 Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Mon, 6 May 2024 16:56:36 +0200 Subject: [PATCH] Updates tsconfig.json to latest version --- app/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tsconfig.json b/app/tsconfig.json index 40166f2..4932b22 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -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",