aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/tsconfig.json
blob: f2c19b597b168d031ece3da20f93d86241be0657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compilerOptions": {
    "sourceMap": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "noImplicitThis": true,
    "noFallthroughCasesInSwitch": true,
    "module": "commonjs",
    "target": "es5",
    "jsx": "react",
    "jsxFactory": "h",
    "lib": ["es2015", "dom"]
  },
  "include": [
    "js-src/*"
  ]
}