[ember-testing-helpers] Enable noImplicitThis (#42906)

This commit is contained in:
Jack Bates
2020-03-06 18:50:05 -07:00
committed by GitHub
parent 86d96fc87e
commit 0fb6fbdcd4

View File

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