{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strict": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "declarationMap": true, "emitDeclarationOnly": false, "lib": ["ES2020", "DOM", "DOM.Iterable"] }, "include": ["src/**/*"], "exclude": ["dist", "node_modules", "**/*.test.ts"] }