1 2 3 4 5 6 7
/// <reference types="./emittable.d.ts" /> import "./polyfill.ts"; export const a = "a"; console.log(globalThis.polyfill);