43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"reactNamespace": "preact",
|
|
"experimentalDecorators": true,
|
|
"module": "system",
|
|
"sourceMap": true,
|
|
"noLib": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true
|
|
},
|
|
"files": [
|
|
"lib/i18n.ts",
|
|
"lib/refs.ts",
|
|
"lib/shopApi.ts",
|
|
"lib/taler-wallet-lib.ts",
|
|
"lib/wallet/checkable.ts",
|
|
"lib/wallet/chromeBadge.ts",
|
|
"lib/wallet/cryptoApi.ts",
|
|
"lib/wallet/cryptoLib.ts",
|
|
"lib/wallet/cryptoWorker.ts",
|
|
"lib/wallet/db.ts",
|
|
"lib/wallet/emscriptif.ts",
|
|
"lib/wallet/helpers.ts",
|
|
"lib/wallet/http.ts",
|
|
"lib/wallet/query.ts",
|
|
"lib/wallet/types.ts",
|
|
"lib/wallet/wallet.ts",
|
|
"lib/wallet/wxApi.ts",
|
|
"lib/wallet/wxMessaging.ts",
|
|
"lib/wallet/renderHtml.tsx",
|
|
"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"
|
|
]
|
|
} |