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:
parent
702ec3fc0e
commit
8c764f6c98
1 changed files with 2 additions and 0 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue