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