Results 1 comments of leafyy

Same issue. I checked the default config with `--showConfig`, found the default compilerOptions config contains these two options: ``` { …… "module": "commonjs", …… "moduleResolution": "node10", …… } ``` which...