Upgraded to build 4200, suddenly in a .ts file where I have:
declare global {
interface Navigator {
readonly standalone?: boolean;
}
}
I have an error on “global”
Typescript 8006
‘module’ declarations can only be used in TypeScript files
and thousands of errors indicated thereafter. Did something break in the new release? Source code file did not change.