aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.json
blob: 06a8424c6a6fbfea0ba0eeb578ee52a6bc0df59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "compilerOptions": {
        "target": "es6",
        "jsx": "react"
    },
    "files": [
      "background/wallet.ts",
      "background/emscriptif.ts",
      "lib/util.ts",
      "popup/balance-overview.tsx",
      "pages/confirm-contract.tsx"
    ]
}