From d12e78563cff4e53d2909cc6347b443eee9d0918 Mon Sep 17 00:00:00 2001 From: Drew Hays Date: Wed, 5 Jul 2017 11:28:43 -0700 Subject: [PATCH] follow pull request template --- types/next/tsconfig.json | 2 +- types/next/tslint.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/next/tsconfig.json b/types/next/tsconfig.json index 7cd8fc1ee6..b5476f610a 100644 --- a/types/next/tsconfig.json +++ b/types/next/tsconfig.json @@ -9,7 +9,7 @@ "jsx": "react", "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../" diff --git a/types/next/tslint.json b/types/next/tslint.json index bf0deaa9f4..71bde7f0b6 100644 --- a/types/next/tslint.json +++ b/types/next/tslint.json @@ -3,7 +3,7 @@ "rules": { // All of the different "export default" lines in the index.d.ts // appear to be triggering this. Remove this when I know of a way - // to declare a default export across multiple packages. + // to declare a default export across multiple package/subpackages. "strict-export-declare-modifiers": false, // This is a pretty generic one to have to ignore, but it's because