Changed to angular project
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m8s

This commit is contained in:
Arne
2023-07-24 18:37:54 +02:00
parent 488c5969c5
commit 2b169e869c
25 changed files with 12444 additions and 21 deletions

14
tsconfig.app.json Normal file
View File

@@ -0,0 +1,14 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}