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