fix(tsconfig): add jsx/jsxImportSource to tsconfig.extensions.json for tsgo compat

tsgo (TS7 native port) requires explicit jsx setting when .tsx files are
in scope. tsc 6 was lenient; tsgo errors without it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Mikael Hugo 2026-05-10 21:31:53 +02:00
parent 702ec3fc0e
commit 8c764f6c98

View file

@ -8,6 +8,8 @@
"ignoreDeprecations": "6.0",
"target": "ES2024",
"lib": ["ES2024", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"jsxImportSource": "react",
"rootDir": ".",
"paths": {
"@singularity-forge/coding-agent": [