Merge pull request #4207 from matrix-org/travis/ts-2

Declare jsx in tsconfig for IDEs
This commit is contained in:
Travis Ralston 2020-03-13 09:25:14 -06:00 committed by GitHub
commit 195edaf061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
"sourceMap": false,
"outDir": "./lib",
"declaration": true,
"jsx": "react",
"types": [
"node",
"react"