mirror of https://github.com/vector-im/riot-web
Declare jsx in tsconfig for IDEs
parent
139bf536e4
commit
b419afad40
|
@ -9,6 +9,7 @@
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
"jsx": "react",
|
||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node",
|
||||||
"react"
|
"react"
|
||||||
|
|
Loading…
Reference in New Issue