UNPKG

unit-tests

Version:

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

15 lines (14 loc) 334 B
{ "extends": "./tsconfig.json", "compilerOptions": { "target": "es6", "module": "CommonJS", "esModuleInterop": true, "noUnusedLocals": false, "noUnusedParameters": false, "noEmitOnError": true, "types": ["jasmine"] }, "exclude": ["node_modules/**"], "include": ["src/**/*.ts", "tests/**/*.ts"] }