start project

This commit is contained in:
2025-11-03 14:00:47 +01:00
parent 57164fee43
commit ece3d4d5db
20 changed files with 8984 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"]
}