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

20 lines
475 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ES2022",
"lib": ["ESNext", "DOM"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["node"]
},
"include": ["packages"],
"exclude": ["node_modules"]
}