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
15 lines
338 B
JSON
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"
|
|
]
|
|
} |