Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-cluster...
[poolifier.git] / examples / typescript / http-server-pool / express-cluster / tsconfig.json
CommitLineData
15a9c195
JB
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
4 "target": "ES2022",
af1055b0 5 "module": "Node16",
15a9c195
JB
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}