From ef10efccb376d5b862fc9b337ea8455d71c7d4e5 Mon Sep 17 00:00:00 2001 From: Ovidiu Bute Date: Wed, 2 Jan 2019 11:32:58 +0200 Subject: [PATCH] Add JSX support. --- types/linkifyjs/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/linkifyjs/tsconfig.json b/types/linkifyjs/tsconfig.json index 7a19e25d0d..16becbcf0a 100644 --- a/types/linkifyjs/tsconfig.json +++ b/types/linkifyjs/tsconfig.json @@ -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"] }