przejscie na api

przed rozwaleniem
This commit is contained in:
Witkopawel
2025-04-30 11:01:40 +02:00
parent 04f99d666f
commit 74b69f045d
11 changed files with 807 additions and 1 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es6",
"module": "es6",
"strict": true,
"esModuleInterop": true,
"outDir": "WebApp/wwwroot/js",
"lib": [ "es2015", "dom" ]
},
"include": [ "WebApp/ts/**/*" ]
}