23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|