pdsmanager/tsconfig.json

14 lines
211 B
JSON
Raw Normal View History

2025-01-26 14:34:58 -06:00
{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}