d583dfb073
The events are now sent through the document, instead of document.body.
16 lines
322 B
JSON
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"
|
|
]
|
|
}
|