{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true }, "include": ["**/*.ts"] }