{ "compilerOptions": { "target": "ES2020", "module": "nodenext", "moduleResolution": "NodeNext", "outDir": "dist", "rootDir": "src", "allowSyntheticDefaultImports": true, "esModuleInterop": true, // ✅ important "strict": true, "skipLibCheck": true, "noEmit": false, "declaration": false, "sourceMap": false }, "include": ["src/index.ts"] }