diff --git a/web/tsconfig.json b/web/tsconfig.json index 558443a..c5b760b 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { - "target": "es5", + "target": "ES2018", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "Bundler", "lib": ["dom", "dom.iterable", "esnext"], "strict": true, "allowJs": true,