diff --git a/frontend/packages/api/tsconfig.json b/frontend/packages/api/tsconfig.json index e0ad37c0..677336c5 100644 --- a/frontend/packages/api/tsconfig.json +++ b/frontend/packages/api/tsconfig.json @@ -7,7 +7,8 @@ "declaration": true, "isolatedModules": true, "forceConsistentCasingInFileNames": true, - "strict": true + "strict": true, + "skipLibCheck": true }, "include": ["index.ts", "clients", "lib"], "exclude": ["tests", "coverage"]