Merge pull request #12716 from vector-im/travis/ts-2

Declare jsx in tsconfig for IDEs
pull/12731/head
Travis Ralston 2020-03-13 09:25:16 -06:00 committed by GitHub
commit 7c8363c85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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