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.