Initial commit for resilient-core

This commit is contained in:
Orlando M Guerreiro 2025-06-17 10:37:54 +01:00
commit 49fc4b2983
2169 changed files with 175785 additions and 0 deletions

9
tsconfig.app.json Normal file
View file

@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./target/out-tsc/app",
"types": ["@angular/localize"]
},
"files": ["src/main/webapp/main.ts"],
"include": ["src/main/webapp/**/*.d.ts"]
}