Files
blog-frontend-v2/tsconfig.json
passthem 4c5abe8b01
All checks were successful
continuous-integration/drone/push Build is passing
用 Markdoc 而非 Markdown 渲染博客,以在未来支持自定义元素
2026-03-27 17:06:03 +08:00

14 lines
211 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}