82728d1c94e54f06f1b10af73aa45c06e2d71eec
[poolifier.git] / examples / typescript / http-server-pool / fastify / tsconfig.json
1 {
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
4 "target": "ES2022",
5 "module": "ES2022",
6 "moduleResolution": "Node16",
7 "rootDir": "./src",
8 "outDir": "./dist",
9 "esModuleInterop": true,
10 "forceConsistentCasingInFileNames": true,
11 "strict": true,
12 "skipLibCheck": true
13 }
14 }