Add JSX support.

This commit is contained in:
Ovidiu Bute 2019-01-02 11:32:58 +02:00
parent 1aa3216393
commit ef10efccb3

View File

@ -10,7 +10,8 @@
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"jsx": "preserve"
},
"files": ["index.d.ts", "html.d.ts", "react.d.ts", "linkifyjs-tests.tsx"]
}