Initialize docker build configuration.

This commit is contained in:
Florian THIERRY
2024-09-18 10:18:40 +02:00
parent ef32572521
commit 0e2fb945a4
13 changed files with 275 additions and 49 deletions

View File

@@ -3,7 +3,9 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
"types": [
"@angular/localize"
]
},
"files": [
"src/main.ts"