diff --git a/tsconfig.json b/tsconfig.json index 0c5fa3575..26231d6e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,8 @@ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], - "allowJs": true, "skipLibCheck": true, + "allowJs": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true,