ci/woodpecker/push/woodpecker Pipeline was successful
Co-authored-by: HiFox Agent <agents-noreply@hifox.com>
27 lines
711 B
JSON
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"
|
|
]
|
|
}
|