-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
- Cannot find module '@elysiajs/openapi/gen' or its corresponding type declarations.
There are types at '/Users/bilguuntamirsoronzontugs/code/autosync-v2/node_modules/@elysiajs/openapi/dist/gen/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'. [2307]
{
"compilerOptions": {
"target": "ES2021",
"module": "ES2022",
"moduleResolution": "node",
"types": ["bun-types"],
"outDir": "./dist/",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
},
"strictNullChecks": true
},
"exclude": ["node_modules", "dist"]
}
i tried to change moduleResolution to node16 or nodenext but that breaking file imports
yumartins
Metadata
Metadata
Assignees
Labels
No labels