summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/static/web-common/tsconfig.json
blob: 7d5119649e0006c1bb1479561a72734aa3482e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compilerOptions": {
    "target": "es3",
    "jsx": "react",
    "module": "umd",
    "experimentalDecorators": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "strictNullChecks": true,
    "noImplicitAny": true,
    "lib": ["ES6", "DOM"]
  },
  "files": [
    "taler-wallet-lib.ts",
    "chrome-any.d.ts"
  ]
}