@ -61,9 +61,9 @@
"lodash.isequal": "^4.5.0",
"nyc": "^11.2.1",
"tslint": "^5.9.1",
"tslint-xo": "^0.5.0",
"tslint-xo": "^0.6.0",
"typedoc": "^0.9.0",
"typescript": "^2.6.2",
"typescript": "^2.7.0",
"vali-date": "^1.0.0",
"webpack": "^3.8.1"
},
@ -1,4 +1,4 @@
import isEqual = require('lodash.isequal'); // tslint:disable-line:no-require-imports
import ow from '../..';
import {Predicate, Context} from './predicate';
import hasItems from '../utils/has-items';
import ofType from '../utils/of-type';
@ -19,6 +19,7 @@
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"alwaysStrict": true
"exclude": [