Mise en place du frontend Angular (init, environments, proxy vers le backend)

This commit is contained in:
valentin
2026-09-14 14:28:44 +02:00
parent 6161a432c3
commit 49f46978b0
23 changed files with 8804 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
/* 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": ["vitest/globals"]
},
"include": ["src/**/*.d.ts", "src/**/*.spec.ts"]
}