blade-sensei / learning

Roadmap for software engineer, sandbox, algorithms training, it also contains my daily task dashboard
9 stars 2 forks source link

error TS6142: ... but '--jsx' is not set. #117

Open blade-sensei opened 3 years ago

blade-sensei commented 3 years ago

add jsx to tsconfig ->

 "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
    "jsx": "react"
  },