UNPKG

@upcodee/lce

Version:

LCE is library for wrapping Loading, Content, Error DTO with conversion hooks from RxJS and @upcodee/store

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