wallet-core/extension/tsconfig.json
Florian Dold d583dfb073 Change signaling.
The events are now sent through the document, instead of document.body.
2015-12-18 15:56:16 +01:00

16 lines
322 B
JSON

{
"compilerOptions": {
"target": "es6",
"jsx": "react"
},
"files": [
"background/wallet.ts",
"background/emscriptif.ts",
"background/db.ts",
"lib/util.ts",
"content_scripts/notify.ts",
"popup/balance-overview.tsx",
"pages/confirm-contract.tsx"
]
}