Declare jsx in tsconfig for IDEs

This commit is contained in:
Travis Ralston 2020-03-12 13:37:28 -06:00
parent 139bf536e4
commit b419afad40

View file

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