UNPKG

@roit/roit-model-mapper

Version:

ROIT model mapper makes it easy to convert any object or JSON to the model

16 lines 304 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "outDir": "dist", "skipLibCheck": true, "sourceMap": true, "experimentalDecorators": true }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules" ] }