This commit is contained in:
2023-07-29 17:57:45 +02:00
parent 150638b592
commit 4ec3c5ab2f
22 changed files with 273 additions and 196 deletions

View File

@@ -1,6 +1,5 @@
{
"compilerOptions": {
"outDir": "../app-dist/server",
"noImplicitAny": true,
"module": "commonjs",
"target": "ES6",
@@ -20,4 +19,4 @@
"dom.iterable",
"esnext"
]
}
}