UNPKG

jec-exchange-mock

Version:

JEC EXCHANGE-MOCK - Mocking library for testing objects built over the JEC Exchange API, such as the @WebJslet decorator.

23 lines 505 B
{ "compilerOptions": { "target":"ES6", "module": "commonjs", "moduleResolution": "node", "sourceMap": false, "diagnostics": false, "noImplicitAny": false, "removeComments": true, "preserveConstEnums": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "baseUrl": "." }, "filesGlob": [ "./src/**/*.ts" ], "exclude": [ "node_modules", "typings/**/*" ] }