Files
astro-skint/tsconfig.json
Ozzy 992e6df464 Initial commit
Needs navbar rework
2023-04-10 20:42:15 +01:00

7 lines
124 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}