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