UNPKG

@rws-framework/client

Version:

This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.

21 lines 616 B
{ "compilerOptions": { "baseUrl": "./", "experimentalDecorators": true, "emitDecoratorMetadata": true, "target": "ES2018", "module": "es2022", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "sourceMap": true, "outDir": "dist", "strictNullChecks": false, "allowSyntheticDefaultImports": true, "lib": ["DOM", "ESNext", "WebWorker"], "paths": { // "@rws-framework/client/*": ["../*"], // "@rws-framework/client": ["../index"], } } }