项目文件夹

文件
wehub-resource-sync 3265a2de25
CI / ci (push) Failing after 2s
Docker Build and Push / build-and-push (push) Failing after 1s
Publish MCP Server / publish (push) Failing after 2s
Test / Lint & Unit Tests (push) Failing after 0s
Test / E2E Tests (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:11:19 +08:00

42 行
944 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
},
"files": ["electron/electron.d.ts"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules",
"packages",
"electron",
"electron-standalone",
"dist-electron",
"release"
]
}