张幸铖
Results
3
comments of
张幸铖
This configuration works for me: ```json { "compilerOptions": { "esModuleInterop": true, "module": "node16", "moduleResolution": "node", "sourceMap": true, "strict": true } } ``` Maybe both `esModuleInterop` and `moduleResolution` are required?
Looks good to me. Thanks for your contribution. Could you please modify the test so that we can merge this immediately?