Add scouthub-eventi-fe

This commit is contained in:
Lorenzo Sanesi
2026-07-25 12:03:40 +02:00
parent 08271b8a15
commit 6a55cfa991
56 changed files with 11742 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": []
},
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.spec.ts"
]
}