{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["src/**/*.test.ts"] }