You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build output is missing the .d.cts file for Require.types settings in package.json.
Reproduction
Trying to
import { createClient } from 'openapi-react-query'
// Could not find a declaration file for module 'openapi-react-query'. '.../node_modules/openapi-react-query/dist/index.cjs' implicitly has an 'any' type.
openapi-react-query version
0.2.9
Description
The build output is missing the .d.cts file for Require.types settings in package.json.
Reproduction
Trying to
From package.json I see:
But it does not exist in node modules (openapi-fetch for comparison):
Expected result
I am unsure how exactly to fix this, but clearly for me the file is missing from the build output. Can you add it?
Extra
The text was updated successfully, but these errors were encountered: