079bc9e1dff2fe47db7d851d61731b3ab0d7f39d
[poolifier.git] / examples / typescript / http-client / node-fetch / 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 }