Welliton Zeferino Serafim
Results
1
comments of
Welliton Zeferino Serafim
> Added `"target": "esnext"` and now it just works. > > ``` > # tsconfig.node.js > { > "compilerOptions": { > "target": "esnext", > "composite": true, > "module": "ESNext", >...