Changed build process

This commit is contained in:
2022-08-27 22:11:19 +02:00
parent 5fdf49555f
commit b480d35cb1
4 changed files with 20 additions and 14 deletions

View File

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