1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Declare jsx in tsconfig for IDEs

This commit is contained in:
Travis Ralston
2020-03-12 13:36:02 -06:00
parent b8f30f55fa
commit b825be281e

View File

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