{ "compilerOptions": { "target": "ES2023", "module": "CommonJS", "allowJs": true, "checkJs": false, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "dist" }, "include": ["src/**/*"] }