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