export all server objects to a file for static deployments and demo for logo

This commit is contained in:
Yeicor
2024-02-10 20:37:28 +01:00
parent 3804ae5376
commit 0545d8fbe2
6 changed files with 126 additions and 43 deletions

View File

@@ -1,6 +1,5 @@
{
"compilerOptions": {
"lib": ["ES2020", "DOM"],
"allowSyntheticDefaultImports": true
"lib": ["ES2020", "DOM"]
}
}