-
Notifications
You must be signed in to change notification settings - Fork 747
Closed
Description
Steps to reproduce
declare global {
interface ImportAttributes {
// error on tsgo, no error on TS5
cache?: 'no'
}
}
export {}Behavior with [email protected]
Behavior with tsgo
With one error:
main.ts(4,5): error TS2411: Property 'cache' of type '"no" | undefined' is not assignable to 'string' index type 'string'.
Metadata
Metadata
Assignees
Labels
No labels