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