aboutsummaryrefslogtreecommitdiff
path: root/tooling/talertest/tsconfig.json
blob: 1f6687013c627e750ba3a9e70d6f785666b207ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs",
    "lib": [
      "ES6",
      "DOM"
    ],
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "strictNullChecks": true,
    "noImplicitAny": true,
    "declaration": true,
    "alwaysStrict": true
  },
  "files": [
    "talertest.ts"
  ]
}