2015-12-13 23:47:30 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2016-01-10 20:07:42 +01:00
|
|
|
"target": "es5",
|
2016-01-05 15:42:46 +01:00
|
|
|
"jsx": "react",
|
2016-01-10 20:07:42 +01:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "system",
|
|
|
|
"noLib": true,
|
|
|
|
"sourceMap": true
|
2015-12-13 23:47:30 +01:00
|
|
|
},
|
|
|
|
"files": [
|
2016-01-10 20:07:42 +01:00
|
|
|
"lib/refs.ts",
|
|
|
|
"lib/wallet/wallet.ts",
|
|
|
|
"lib/wallet/emscriptif.ts",
|
|
|
|
"lib/wallet/db.ts",
|
|
|
|
"lib/wallet/query.ts",
|
|
|
|
"lib/wallet/http.ts",
|
|
|
|
"lib/wallet/checkable.ts",
|
|
|
|
"lib/wallet/wxmessaging.ts",
|
|
|
|
"lib/wallet/types.ts",
|
|
|
|
"lib/commonHelpers.ts",
|
2015-12-20 20:05:06 +01:00
|
|
|
"lib/polyfill-react.ts",
|
2015-12-18 15:56:16 +01:00
|
|
|
"content_scripts/notify.ts",
|
2016-01-10 20:07:42 +01:00
|
|
|
"background/main.ts",
|
2015-12-16 10:45:16 +01:00
|
|
|
"popup/balance-overview.tsx",
|
2016-01-06 15:39:22 +01:00
|
|
|
"popup/history.tsx",
|
2015-12-20 20:05:06 +01:00
|
|
|
"pages/confirm-contract.tsx",
|
2016-01-10 20:07:42 +01:00
|
|
|
"pages/confirm-create-reserve.tsx",
|
|
|
|
"test/tests/taler.ts"
|
2015-12-13 23:47:30 +01:00
|
|
|
]
|
|
|
|
}
|