diff --git a/examples/production-app/tsconfig.json b/examples/production-app/tsconfig.json index 73ab3fb6..5f7c2e7d 100644 --- a/examples/production-app/tsconfig.json +++ b/examples/production-app/tsconfig.json @@ -6,6 +6,7 @@ "moduleResolution": "NodeNext", "target": "esnext", "lib": ["esnext"], - "strict": true + "strict": true, + "skipLibCheck": true } }