diff options
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", |