mcollina / fastq

Fast, in memory work queue
ISC License
943 stars 47 forks source link

Remove trailing comma from test/tsconfig.json #19

Closed Cmacu closed 4 years ago

Cmacu commented 4 years ago

Using TypeScript Auto Compiler in VSCode throws an error:

node_modules/fastq/test/tsconfig.json. Error: Unexpected token } in JSON at position 114

mcollina commented 4 years ago

Would you like to send a Pull Request to address this issue? Remember to add unit tests.

Cmacu commented 4 years ago

20

mcollina commented 4 years ago

Thanks!