[jquery-sortable] Enable noImplicitThis (#42914)

This commit is contained in:
Jack Bates
2020-03-31 16:35:17 -07:00
committed by GitHub
parent a51f5544ae
commit b982e13bdc

View File

@@ -6,7 +6,7 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
@@ -21,4 +21,4 @@
"index.d.ts",
"jquery-sortable-tests.ts"
]
}
}