mirror of https://github.com/vector-im/riot-web
Merge pull request #4207 from matrix-org/travis/ts-2
Declare jsx in tsconfig for IDEspull/21833/head
commit
195edaf061
|
@ -9,6 +9,7 @@
|
|||
"sourceMap": false,
|
||||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"types": [
|
||||
"node",
|
||||
"react"
|
||||
|
|
Loading…
Reference in New Issue