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
// +layout.server.tsimport{AppType}from'api/src/types';// Error: Output file '.../api/src/types.d.ts' has not been built from source file '.../api/src/types.ts'.ts(6305
Reproduction
Difficult for me to setup a codesandbox since these a local references. I also don't know if this is a bug or tsconfig misconfiguration on my part.
Describe the bug
My project imports some types from as typescript references.
This works fine in all ts files:
But not for example my layout:
Reproduction
Difficult for me to setup a codesandbox since these a local references. I also don't know if this is a bug or tsconfig misconfiguration on my part.
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: