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