Fix build script not using $OUT_PATH

This commit is contained in:
Joscha 2023-08-07 02:21:32 +02:00
parent 794787a4be
commit 246cbf82cf
6 changed files with 55 additions and 29 deletions

View file

@ -1,10 +1,10 @@
{ // See also https://aka.ms/tsconfig
"include": [ "static/**/*" ],
"include": [ "scripts/**/*" ],
"compilerOptions": {
"target": "ES2015",
"module": "ES2015",
"rootDir": "static",
"rootDir": "scripts",
"outDir": "target/static",
// Misc