wallet-core/extension/tsconfig.json

24 lines
585 B
JSON

{
"compilerOptions": {
"target": "es6",
"jsx": "react",
"experimentalDecorators": true
},
"files": [
"background/wallet.ts",
"background/emscriptif.ts",
"background/db.ts",
"background/query.ts",
"background/http.ts",
"background/checkable.ts",
"background/messaging.ts",
"lib/util.ts",
"lib/polyfill-react.ts",
"content_scripts/notify.ts",
"popup/balance-overview.tsx",
"popup/history.tsx",
"pages/confirm-contract.tsx",
"pages/confirm-create-reserve.tsx"
]
}