diff --git a/tsconfig.app.json b/tsconfig.app.json index 23c83b7f..65c8994b 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -15,6 +15,7 @@ "types": ["vite/client"], "resolveJsonModule": true, "noEmit": true, + "strict": false, "paths": { "*": ["./*"], "@/*": ["./src/*"]