Files
wehub-resource-sync 1a390b2815
UI-TARS E2E Test / E2E (macos-13) (push) Waiting to run
UI-TARS E2E Test / E2E (macos-latest) (push) Waiting to run
UI-TARS E2E Test / E2E (windows-latest) (push) Waiting to run
CI Test, Typecheck / Test & Typecheck (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:08:49 +08:00

15 lines
338 B
JSON

{
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
"compilerOptions": {
"target": "ES2022",
"noUncheckedIndexedAccess": true,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"resolveJsonModule": true,
"esModuleInterop": true
},
"exclude": [
"apps",
"packages"
]
}