pdsmanager/tsconfig.json

14 lines
211 B
JSON
Raw Normal View History

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