diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-05 17:38:02 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-05 17:38:02 +0200 |
commit | 0c8a6e21f0324e25d1ec59bcdddf8c5c49b01421 (patch) | |
tree | ccfa63b417a9570c5af2bdbeaa416be5ffa2d312 /tsconfig.json | |
parent | 7fb527b0009a29605c32e663ab9e6a812a8cc5a8 (diff) |
prettier syntax (JSX) for rendering
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
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", |