diff --git a/tsconfig.json b/tsconfig.json index 7aa21529..e1dc6332 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "jsx": "react", "target": "ES2022", "module": "ESNext", "moduleResolution": "node",