Fix for imports

This commit is contained in:
2021-05-25 21:17:15 +02:00
parent 37c9431c29
commit 2482ef02bd
5 changed files with 10 additions and 7 deletions

@@ -2,7 +2,7 @@
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"target": "ES2020",
"module": "es2020",
"module": "ES2020",
"outDir": "www/res/scripts",
"rootDir": "src",
"strict": true,