UNPKG

@upcodee/viewmodel

Version:

View model is library for MVVM architecture for React apps using Mobx and RxJS

14 lines 224 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "strict": true, "skipLibCheck": true, "outDir": "./lib", "rootDir": "./src" }, "include": [ "src" ] }