Files
audacity.github.io/tsconfig.json
2023-09-12 16:52:21 +10:00

9 lines
175 B
JSON

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