start project

This commit is contained in:
2025-11-03 17:24:01 +01:00
parent 78bc879d0a
commit 36012d4a92
12 changed files with 8585 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"]
}