mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Declare jsx in tsconfig for IDEs
This commit is contained in:
parent
139bf536e4
commit
b419afad40
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"sourceMap": false,
|
||||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"types": [
|
||||
"node",
|
||||
"react"
|
||||
|
|
Loading…
Reference in a new issue