build(deps-dev): apply updates
[poolifier.git] / tsconfig.json
CommitLineData
4ade5f1f
S
1{
2 "compilerOptions": {
6d0425b4
JB
3 "target": "ES2021",
4 "module": "ES2022",
4ade5f1f
S
5 "outDir": "lib",
6 "esModuleInterop": true,
ee99693b 7 "declaration": true,
bdaf31cd
JB
8 "strict": true,
9 "importsNotUsedAsValues": "error"
4ade5f1f 10 },
7a6a0a96 11 "include": ["**/*.ts"],
19bfb75d 12 "exclude": ["node_modules", "lib"]
4ade5f1f 13}