feat: parse xml from aemet

This commit is contained in:
2026-01-18 13:18:33 +01:00
parent 672ed867a9
commit 06ef233bcc
7 changed files with 152 additions and 38 deletions

View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"rootDir": "src",
"resolveJsonModule": true,
"allowJs": true,
"outDir": "dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true
}
}