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",
|
2015-12-17 13:35:35 +01:00
|
|
|
"background/db.ts",
|
2015-12-16 08:01:43 +01:00
|
|
|
"lib/util.ts",
|
2015-12-16 10:45:16 +01:00
|
|
|
"popup/balance-overview.tsx",
|
|
|
|
"pages/confirm-contract.tsx"
|
2015-12-13 23:47:30 +01:00
|
|
|
]
|
|
|
|
}
|