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/commonHelpers.ts",
|
|
|
|
"lib/polyfill-react.ts",
|
|
|
|
"lib/refs.ts",
|
|
|
|
"background/main.ts",
|
|
|
|
"content_scripts/notify.ts",
|
|
|
|
"popup/balance-overview.tsx",
|
|
|
|
"popup/history.tsx",
|
|
|
|
"pages/confirm-contract.tsx",
|
|
|
|
"pages/confirm-create-reserve.tsx",
|
|
|
|
"test/tests/taler.ts"
|
|
|
|
]
|
2015-12-13 23:47:30 +01:00
|
|
|
}
|