Files
ln-bi/tsconfig.json
T
kfluousandHiFox Agent 6c91a6694a
ci/woodpecker/push/woodpecker Pipeline was successful
fix(energy): deliver prototype-aligned hydrogen board and acceptance fixes
Co-authored-by: HiFox Agent <agents-noreply@hifox.com>
2026-09-03 22:27:23 +08:00

27 lines
711 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"paths": {
"@/*": ["./*"]
}
},
"include": ["src"],
"exclude": [
"src/modules/energy/hydrogen-bi-v2/prototype-source/**",
"src/vendor/lnbi-original/**",
"src/vendor/lnbi-8113-exact/prototypes/energy-h2-bi-board/index.tsx",
"src/vendor/lnbi-8113-exact/prototypes/energy-h2-station-daily/index.tsx"
]
}