diff options
Diffstat (limited to 'frontend/tsconfig.json')
| -rw-r--r-- | frontend/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 0d131bd..1b796a0 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -1,11 +1,11 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "module": "ES2020", + "module": "esnext", "lib": [ "DOM" ], - "outDir": "../public/js" + "outDir": "../public/js", }, "include": [ "ts/**/*" |
