From 815dfcaf0cc5bf1af6745ab640f0fa9215ab0345 Mon Sep 17 00:00:00 2001 From: Ryan Murphy Date: Thu, 16 Jan 2020 11:58:01 -0800 Subject: [PATCH] Dirty fix for tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1c79f79..44225f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,9 +7,9 @@ // Process & infer types from .js files. "allowJs": true, // Don't emit; allow Babel to transform files. - "noEmit": true, + // "noEmit": true, // Enable strictest settings like strictNullChecks & noImplicitAny. - "strict": true, + "strict": false, // Disallow features that require cross-file information for emit. "isolatedModules": true, // Import non-ES modules as default imports.