add new custom page: recupero-proposta-cct-da-contratti

This commit is contained in:
2026-07-13 18:48:54 +02:00
parent 8412a0ab41
commit 0de10445f6
13 changed files with 3751 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"extends": "../tsconfig.base.json",
"references": [
{
"path": "../common"
}
],
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"allowJs": true,
"checkJs": true,
"resolveJsonModule": true
},
"include": [
"src/**/*"
]
}