mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-12 21:24:53 -05:00
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"strictNullChecks": true,
|
|
"allowJs": true
|
|
}
|
|
} |