Files
wehub-resource-sync da10c3c2c3
Publish Any Commit / build (22) (push) Failing after 1s
Build Extension / build (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:20:35 +08:00

17 lines
367 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "ESNext",
"moduleResolution": "bundler",
"declaration": true,
"isolatedModules": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "preserve"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}