aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.json
blob: 68b4376714e6b46a2e6980769ae3daa887527c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "compilerOptions": {
        "target": "es6",
        "jsx": "react",
        "experimentalDecorators": true
    },
    "files": [
      "background/wallet.ts",
      "background/emscriptif.ts",
      "background/db.ts",
      "background/query.ts",
      "background/http.ts",
      "background/checkable.ts",
      "background/messaging.ts",
      "lib/util.ts",
      "lib/polyfill-react.ts",
      "content_scripts/notify.ts",
      "popup/balance-overview.tsx",
      "popup/history.tsx",
      "pages/confirm-contract.tsx",
      "pages/confirm-create-reserve.tsx"
    ]
}