Merge branch 'master' of github.com:jerome-benoit/poolifier
[poolifier.git] / tsconfig.json
CommitLineData
4ade5f1f
S
1{
2 "compilerOptions": {
54541487 3 "target": "ES2022",
6d0425b4 4 "module": "ES2022",
4ade5f1f
S
5 "outDir": "lib",
6 "esModuleInterop": true,
ee99693b 7 "declaration": true,
2092c35f 8 "strict": true
4ade5f1f 9 },
b869248d
JB
10 "include": ["**/*.ts"],
11 "exclude": ["node_modules", "lib"]
4ade5f1f 12}