Procházet zdrojové kódy

[ui] Vue 3 - Disabling JSX support in tsconfig, it was causing UT failures as vue-jest was interpreting <> based typecasting as JSX

(cherry picked from commit 303fdc1a3f6e9a025793b286cb113aceb894217a)
sreenaths před 4 roky
rodič
revize
5378bb246e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      tsconfig.json

+ 0 - 1
tsconfig.json

@@ -2,7 +2,6 @@
   "compilerOptions": {
     "target": "esnext",
     "module": "esnext",
-    "jsx": "preserve",
     "moduleResolution": "node",
     "resolveJsonModule": true,
     "allowJs": true,