Remove redundant await
[poolifier.git] / tsconfig.json
CommitLineData
4ade5f1f
S
1{
2 "compilerOptions": {
c365b2d3
JB
3 "target": "ES2019",
4 "module": "ES2020",
4ade5f1f
S
5 "outDir": "lib",
6 "esModuleInterop": true,
ee99693b
S
7 "declaration": true,
8 "strict": true
4ade5f1f 9 },
f045358d 10 "include": ["src/**/*.ts"],
4ade5f1f
S
11 "exclude": ["node_modules"]
12}