aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 1efdceb77220bff8d2d10b4a56a3ae9de02b5468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "target": "es2016",
    "module": "commonjs",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true,
    "outDir": "dist"
  },
  "include": ["src"]
}