UNPKG

x-view-model

Version:

A lightweight, type-safe MVVM state management solution for React applications. Features reactive updates, computed properties, and deep path selection with minimal bundle size.

14 lines (13 loc) 317 B
{ "compilerOptions": { "outDir": "./dist", "declaration": true, "allowJs": true, "target": "ES6", "skipLibCheck": true, "lib": ["es6", "dom", "dom.iterable", "esnext"], "moduleResolution": "node", "allowSyntheticDefaultImports": true }, "include": ["./src/**/*", "./bin/**/*"] }