summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: bb7291a8fd42994d5f42612de7f2bb37c46bfa03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "target": "es2016",
    "module": "es6",
    "rootDir": "./src",
    "outDir": "./build",
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": false,
    "strict": true,
    "skipLibCheck": true,
    "types": [
      "./node_modules/user-agent-data-types",
      "./types/web-socket-stream"
    ]
  }
}