KHIDownloader-Astro/tsconfig.json
2025-03-10 18:11:13 -06:00

15 lines
No EOL
235 B
JSON

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