473503a246
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
33 lines
837 B
JSON
33 lines
837 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"module": "system",
|
|
"noLib": true,
|
|
"sourceMap": true
|
|
},
|
|
"files": [
|
|
"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/util.ts",
|
|
"lib/commonHelpers.ts",
|
|
"lib/polyfill-react.ts",
|
|
"lib/wallet/timerThread.ts",
|
|
"content_scripts/notify.ts",
|
|
"background/main.ts",
|
|
"popup/balance-overview.tsx",
|
|
"popup/history.tsx",
|
|
"pages/confirm-contract.tsx",
|
|
"pages/confirm-create-reserve.tsx",
|
|
"test/tests/taler.ts"
|
|
]
|
|
}
|