Declare jsx in tsconfig for IDEs

pull/12716/head
Travis Ralston 2020-03-12 13:37:28 -06:00
parent 139bf536e4
commit b419afad40
1 changed files with 1 additions and 0 deletions

View File

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