{ "include": ["index.js", "src/*"], "compilerOptions": { "target": "ES2020", "lib": ["ES2020"], "module": "ES2020", "moduleResolution": "node", "outDir": "dist", "allowJs": true, "checkJs": true, "declaration": true, "emitDeclarationOnly": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true } }