I'm encountering an issue with my existing TypeScript project where I'm trying to change the module type to System, but despite setting it in the project properties, the compiler always outputs in AMD format (define...).
It's frustrating because no matter what I do, it continues to compile as AMD even when set to none.
Oddly enough, when I recreated this situation in a test project, the module system setting worked without any problems.
How can I go about debugging this issue without having to start from scratch and recreate the entire project?