summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: af0597e0ea0aa3122a8df1ab2371db8c56282615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "compilerOptions": {
    "target": "es6",
    "jsx": "react",
    "reactNamespace": "React",
    "experimentalDecorators": true,
    "module": "system",
    "sourceMap": true,
    "noLib": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "strictNullChecks": true,
    "noImplicitAny": true
  },
  "files": [
    "lib/components.ts",
    "lib/refs.d.ts",
    "lib/i18n.ts",
    "lib/wallet/cryptoApi-test.ts",
    "lib/taler-wallet-lib.ts",
    "lib/wallet/emscriptif-test.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",
    "pages/tree.tsx"
  ]
}