Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

11 lines
177 B
JSON

{
"extends": "./node_modules/astro/tsconfigs/strict.json",
"compilerOptions": {
"baseUrl": ".",
"types": ["node"],
"paths": {
"@/*": ["src/*"]
}
}
}