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
For the following reason:
1. These relative path breaks in pnpm
2. Project template has already defined them in tsconfig.json, so no need to include them in preset
Fixadonisjs-community#12
https://github.com/adonisjs-community/adonis-preset-ts/blob/develop/tsconfig.json#L22
It is strange that VS Code's built-in TypeScript parser will alert about wrong paths:
After deleting
baseUrl
option innode_modules/adonis-preset-ts/tsconfig.json
, VS Code won't show any path error anymore.I think a ts preset package should not contain
baseUrl
orrootDir
option. Since the project has already defined them.The text was updated successfully, but these errors were encountered: