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