UNPKG

@ords/core

Version:

Microservice architecture with service proposals in nodejs and typescript

17 lines 374 B
{ "compileOnSave": true, "compilerOptions": { "module": "commonjs", "noImplicitAny": true, "removeComments": false, "preserveConstEnums": true, "declaration": true, "outDir": "dist", "target": "es6", "experimentalDecorators": true }, "exclude": [ "node_modules", "dist" ] }