diff --git a/tsconfig.app.json b/tsconfig.app.json index 62e829ed..0c7eded9 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -15,7 +15,7 @@ "noEmit": true, "jsx": "react-jsx", - /* Linting - Made much less strict */ + /* Linting - Made extremely permissive */ "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, @@ -29,6 +29,8 @@ "noPropertyAccessFromIndexSignature": false, "allowUnusedLabels": true, "allowUnreachableCode": true, + "noImplicitOverride": false, + "noEmitOnError": false, /* shadcn */ "baseUrl": ".",