wallet-core/extension/tsconfig.json

18 lines
395 B
JSON
Raw Normal View History

2015-12-13 23:47:30 +01:00
{
"compilerOptions": {
2015-12-16 08:01:43 +01:00
"target": "es6",
"jsx": "react"
2015-12-13 23:47:30 +01:00
},
"files": [
"background/wallet.ts",
2015-12-14 11:26:55 +01:00
"background/emscriptif.ts",
"background/db.ts",
2015-12-16 08:01:43 +01:00
"lib/util.ts",
2015-12-20 20:05:06 +01:00
"lib/polyfill-react.ts",
"content_scripts/notify.ts",
2015-12-16 10:45:16 +01:00
"popup/balance-overview.tsx",
2015-12-20 20:05:06 +01:00
"pages/confirm-contract.tsx",
"pages/confirm-create-reserve.tsx"
2015-12-13 23:47:30 +01:00
]
}