30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"module": "system",
|
|
"sourceMap": true,
|
|
"noLib": true
|
|
},
|
|
"files": [
|
|
"lib/i18n.ts",
|
|
"lib/refs.ts",
|
|
"lib/web-common.ts",
|
|
"lib/wallet/checkable.ts",
|
|
"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",
|
|
"background/main.ts",
|
|
"content_scripts/notify.ts",
|
|
"popup/popup.tsx",
|
|
"pages/show-db.ts",
|
|
"pages/confirm-contract.tsx",
|
|
"pages/confirm-create-reserve.tsx",
|
|
"test/tests/taler.ts"
|
|
]
|
|
} |