aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: adf45f27860564944fea3edc61fad9d00a0f7f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "noImplicitThis": false
  },
  "exclude": ["./test"]
}