aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.json
blob: d0ab1a68ee1ddb2b1af837b9097aac6b4b5820e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "compilerOptions": {
    "target": "es5",
    "jsx": "react",
    "experimentalDecorators": true,
    "module": "system",
    "sourceMap": true,
    "noLib": true
  },
  "files": [
    "lib/commonHelpers.ts",
    "lib/polyfill-react.ts",
    "lib/refs.ts",
    "background/main.ts",
    "content_scripts/notify.ts",
    "popup/balance-overview.tsx",
    "popup/history.tsx",
    "pages/confirm-contract.tsx",
    "pages/confirm-create-reserve.tsx",
    "test/tests/taler.ts"
  ]
}