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