Merge branch 'master' of github.com:poolifier/poolifier
[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 "verbatimModuleSyntax": true,
8 "rootDir": "./src",
9 "outDir": "./dist",
10 "esModuleInterop": true,
11 "forceConsistentCasingInFileNames": true,
12 "strict": true,
13 "skipLibCheck": true
14 }
15 }