-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
Project tsconfig
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@root/*": ["src/*"]
}
}
tsdown.ts
import { defineConfig } from 'tsdown'
import { omit } from '@root/utils'
export default defineConfig({
// ...
})
thorw error
ERROR Error: Cannot find module '@root/utils'
Suggested solution
The tsconfig of the project should be loaded in independent config file
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request