{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": false, "strict": true, "declaration": true, "outDir": "./dist", "rootDir": "./src", "types": ["node"], "skipLibCheck": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true }, "include": ["src/**/*"], "exclude": ["dist", "node_modules"] }