SerenityOS / discord-bot

Discord Bot for the Serenity Operating System Community 🐞
BSD 2-Clause "Simplified" License
31 stars 24 forks source link

Meta: Specify "--files" when running ts-node #1031

Closed CommandMC closed 9 months ago

CommandMC commented 9 months ago

We're setting "include" and "exclude" in our tsconfig, but ts-node will only load them if "--files" is passed to it.

This fixes up the "start:dev" command.