diff --git a/types/collections/tsconfig.json b/types/collections/tsconfig.json index da6509eb06..6b5293a242 100644 --- a/types/collections/tsconfig.json +++ b/types/collections/tsconfig.json @@ -7,7 +7,10 @@ "module": "commonjs", "target": "es6", "lib": ["es6"], - "strict": true, + "forceConsistentCasingInFileNames": true, + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, "noEmit": true } }