underctrl-io / commandkit

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!
https://commandkit.js.org
MIT License
86 stars 12 forks source link

Import.meta doesn't work on TS #8

Closed QTNAandPie closed 11 months ago

QTNAandPie commented 11 months ago

image What should I do??

notunderctrl commented 11 months ago

import.meta only works in ESM. With your current setup, you already have __dirname available.

0lom commented 11 months ago

import.meta only works in ESM. With your current setup, you already have __dirname available.

my man