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

24 lines
539 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "6.0",
"rootDir": "src",
"outDir": "dist",
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "bundler",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"types": ["node"],
"paths": {
"~web/*": ["src/web/*"],
"~core/*": ["src/core/*"]
}
},
"include": ["src", "global.d.ts"],
"exclude": ["node_modules", "dist"]
}