Hi π
I am trying to set up a TS project with verbatimModuleSyntax enabled. Unfortunately it gives me TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled. error even when I only use ESM. Does it look like a bug to you or am I just misunderstanding how/where CommonJS is (not) used here?
Here is the repository with reproduction: https://github.com/cjayyy/checkly-typescript-debug
Any ideas appreciated π
