UNPKG

unit-tests

Version:

A single command to install libs and setup scripts used in unit testing

14 lines (13 loc) 317 B
{ "extends": "./tsconfig.json", "compilerOptions": { "moduleResolution": "node", "lib": ["ESNext", "DOM"], "noUnusedLocals": false, "noUnusedParameters": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, "types": ["jasmine"] }, "exclude": ["node_modules/**"] }