feat: add version to pool information
[poolifier.git] / tsconfig.json
1 {
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
4 "target": "ES2022",
5 "module": "ES2022",
6 "outDir": "lib",
7 "moduleResolution": "Node",
8 "esModuleInterop": true,
9 "declaration": true,
10 "strict": true,
11 "forceConsistentCasingInFileNames": true
12 },
13 "include": ["**/*.ts"],
14 "exclude": ["node_modules", "lib"]
15 }