80f498ba9959f80cf6667a16d8d7fe8484801fb5
[poolifier.git] / tsconfig.json
1 {
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ES2022",
5 "outDir": "lib",
6 "esModuleInterop": true,
7 "declaration": true,
8 "strict": true,
9 "verbatimModuleSyntax": true
10 },
11 "include": ["src/**/*.ts"]
12 }