Browse Source

[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 4 years ago
parent
commit
5378bb246e
1 changed files with 0 additions and 1 deletions
  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,