DDeno•Created by teleclimber on 2/1/2025 in #help How to initialize global variable so it can be accessed without globalThis?
And then import that file from my index.js entrypoint. globalThis.__DEV__ = true
works from a file that is imported, but it doesn't work if I type the exact same thing in my index.ts.