web-frontend mit Hello-World Content versehen.

This commit is contained in:
2026-01-17 15:49:01 +01:00
parent edbdfd6ab2
commit ca72fcc33c
10 changed files with 139 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}