mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-22 07:54:58 +00:00
Change tsconfig for jsx transpiler
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
c5af44909c
commit
6e305dade4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react"
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
|
Loading…
Reference in a new issue