pull request checklist changes

This commit is contained in:
Joe Skeen
2017-12-04 18:22:21 -07:00
parent 5d184dbd06
commit 0985e7a72c
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
// Project: https://github.com/tapmodo/Jcrop/
// Definitions by: Joe Skeen <https://github.com/joeskeen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="jquery" />

View File

@@ -6,8 +6,8 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [