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
add a second file provide2.ts with the following content:
export function provide2() {
}
Observe: you get AGAIN the message about a missing module system and you need to refresh VSCode. Looks like that the new file is added into a virtual project instead of being covered by the project configured by the tsconfig.json file.