Closed florianrubel closed 2 years ago
Hi @florianrubel, the error is due to a stray comma in your include
array. If you change it to the following, it should fix the issue:
"include": [
"src/**/*.ts"
],
Lol, you are right. The tsconfig validation tool didn't get that. Thx and sorry.
The output is:
Error: Error parsing your tsconfig.json file, please ensure the format is valid
This is the tsconfig.json