Ver Fonte

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

Michael Bromley há 2 anos atrás
pai
commit
6d0c8893cd
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/ui-devkit/scaffold/tsconfig.json

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

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