fix: revert incorrect change
[poolifier.git] / tsconfig.json
CommitLineData
4ade5f1f 1{
3b2bd93d 2 "$schema": "https://json.schemastore.org/tsconfig",
4ade5f1f 3 "compilerOptions": {
54541487 4 "target": "ES2022",
6d0425b4 5 "module": "ES2022",
4ade5f1f 6 "outDir": "lib",
23ccf9d7 7 "moduleResolution": "Node",
ee99693b 8 "declaration": true,
23ccf9d7
JB
9 "strict": true,
10 "forceConsistentCasingInFileNames": true
4ade5f1f 11 },
b869248d
JB
12 "include": ["**/*.ts"],
13 "exclude": ["node_modules", "lib"]
4ade5f1f 14}