- NotifyClient with simple notify() and event builder APIs - Real-time WebSocket support with auto-reconnect - Offline queue with localStorage persistence - Event builder with fluent API - Notification management (get, markAsRead, unreadCount) - Full TypeScript types - ESM + CommonJS dual publishing
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist/types",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|