summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-07-23 15:49:09 -0700
committerGitHub <[email protected]>2025-07-23 22:49:09 +0000
commite9e2f5514465d596032eed41572f13db3268a81b (patch)
treeadf9360e002be13ffea652ff58103f284c65146d /tsconfig.json
parent2e28bb90a00ad415d453a2ec868faa78679602f0 (diff)
Fix InputPrompt.test.tsx to be windows compatible (#4736)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 852be2f5..e761d3e1 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,6 +14,7 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "es2022",
- "types": ["node", "vitest/globals"]
+ "types": ["node", "vitest/globals"],
+ "jsx": "react-jsx"
}
}