aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-05 17:38:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-05 17:38:02 +0200
commit0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421 (patch)
treeccfa63b417a9570c5af2bdbeaa416be5ffa2d312 /tsconfig.json
parent7fb527b0009a29605c32e663ab9e6a812a8cc5a8 (diff)
downloadwallet-core-0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421.tar.xz
prettier syntax (JSX) for rendering
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
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",