Start project

This commit is contained in:
2025-11-03 13:43:13 +01:00
commit 63c26b94c8
20 changed files with 8681 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}