wallet-core/extension/tsconfig.json

30 lines
687 B
JSON
Raw Normal View History

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,
"noLib": true
},
"files": [
"lib/i18n.ts",
2016-01-18 22:41:25 +01:00
"lib/refs.ts",
2016-01-26 17:21:17 +01:00
"lib/web-common.ts",
2016-02-09 21:56:06 +01:00
"lib/wallet/checkable.ts",
2016-01-20 18:09:58 +01:00
"lib/wallet/db.ts",
"lib/wallet/emscriptif.ts",
"lib/wallet/http.ts",
"lib/wallet/query.ts",
"lib/wallet/types.ts",
"lib/wallet/wallet.ts",
"lib/wallet/wxmessaging.ts",
2016-01-18 22:41:25 +01:00
"background/main.ts",
"content_scripts/notify.ts",
"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"
]
}