From 0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 5 Oct 2016 17:38:02 +0200 Subject: prettier syntax (JSX) for rendering --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index ced83818b..7c964ff94 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es6", "jsx": "react", + "reactNamespace": "preact", "experimentalDecorators": true, "module": "system", "sourceMap": true, @@ -26,11 +27,11 @@ "lib/wallet/helpers.ts", "lib/wallet/http.ts", "lib/wallet/query.ts", - "lib/wallet/renderHtml.ts", "lib/wallet/types.ts", "lib/wallet/wallet.ts", "lib/wallet/wxApi.ts", "lib/wallet/wxMessaging.ts", + "lib/wallet/renderHtml.tsx", "background/main.ts", "content_scripts/notify.ts", "popup/popup.tsx", -- cgit v1.2.3