summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/vendor/llhttp/tsconfig.json
blob: 01ec7c264acb9f281a7a3694f115554008164fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "strict": true,
    "target": "es2017",
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "./lib",
    "declaration": true,
    "pretty": true,
    "sourceMap": true
  },
  "include": [
    "src/**/*.ts"
  ]
}