Answers for ""volar" cannot use jsx unless the '--jsx' flag is provided"

2

Cannot use JSX unless the '--jsx' flag is provided

// Inside of tsconfig, include was set only to /src, Change to:

  "include": [
    "./src/**/*.ts"
  ]
Posted by: Guest on October-18-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language