2015-12-13 23:47:30 +01:00
|
|
|
{
|
2016-01-18 22:41:25 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"jsx": "react",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "system",
|
|
|
|
"sourceMap": true,
|
2016-02-10 02:03:31 +01:00
|
|
|
"noLib": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true
|
2016-01-18 22:41:25 +01:00
|
|
|
},
|
|
|
|
"files": [
|
2016-01-24 02:29:13 +01:00
|
|
|
"lib/i18n.ts",
|
2016-01-18 22:41:25 +01:00
|
|
|
"lib/refs.ts",
|
2016-02-09 21:56:06 +01:00
|
|
|
"lib/wallet/checkable.ts",
|
2016-02-22 19:21:06 +01:00
|
|
|
"lib/wallet/cryptoApi.ts",
|
2016-02-19 00:49:22 +01:00
|
|
|
"lib/wallet/cryptoLib.ts",
|
|
|
|
"lib/wallet/cryptoWorker.ts",
|
2016-01-20 18:09:58 +01:00
|
|
|
"lib/wallet/db.ts",
|
|
|
|
"lib/wallet/emscriptif.ts",
|
2016-02-11 11:29:57 +01:00
|
|
|
"lib/wallet/helpers.ts",
|
2016-01-20 18:09:58 +01:00
|
|
|
"lib/wallet/http.ts",
|
|
|
|
"lib/wallet/query.ts",
|
2016-02-11 11:29:57 +01:00
|
|
|
"lib/wallet/types.ts",
|
2016-01-20 18:09:58 +01:00
|
|
|
"lib/wallet/wallet.ts",
|
2016-02-19 04:23:00 +01:00
|
|
|
"lib/wallet/wxApi.ts",
|
|
|
|
"lib/wallet/wxMessaging.ts",
|
2016-01-18 22:41:25 +01:00
|
|
|
"background/main.ts",
|
|
|
|
"content_scripts/notify.ts",
|
2016-01-24 02:29:13 +01:00
|
|
|
"popup/popup.tsx",
|
2016-02-09 21:56:06 +01:00
|
|
|
"pages/show-db.ts",
|
2016-01-18 22:41:25 +01:00
|
|
|
"pages/confirm-contract.tsx",
|
|
|
|
"pages/confirm-create-reserve.tsx",
|
|
|
|
"test/tests/taler.ts"
|
|
|
|
]
|
2016-02-19 00:49:22 +01:00
|
|
|
}
|