Browse Source

chore(ui-devkit): Add tsx support in tsconfig

Michael Bromley 2 years ago
parent
commit
6d0c8893cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ui-devkit/scaffold/tsconfig.json

+ 1 - 0
packages/ui-devkit/scaffold/tsconfig.json

@@ -16,6 +16,7 @@
     "skipLibCheck": true,
     "esModuleInterop": true,
     "allowSyntheticDefaultImports": true,
+    "jsx": "react",
     "typeRoots": [],
     "lib": [
       "es2019",