Projet4 commit

This commit is contained in:
2025-11-13 16:14:29 +01:00
parent f321c0886d
commit 10f9e19c01
16 changed files with 9742 additions and 0 deletions

22
tsconfig.json Normal file
View File

@@ -0,0 +1,22 @@
/* 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. */
{
"compileOnSave": false,
"compilerOptions": {
"skipLibCheck": true,
"isolatedModules": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",
"module": "preserve"
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false
},
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
}
]
}