Files
cheerio/website/tsconfig.json
2026-01-20 10:34:49 +00:00

16 lines
343 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["src", ".astro", "*.json", "*.mjs"]
}