First commit

This commit is contained in:
Lorenzo Iovino 2023-12-27 18:52:40 +01:00
parent 555ec4dc18
commit a42c00d862
26 changed files with 9785 additions and 2 deletions

18
tsconfig.app.json Normal file
View file

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