Files
wehub-resource-sync 9f48d4a18c
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:37:25 +08:00

15 lines
286 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["build/**/*.mjs"]
}