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