I am facing the following error error TS6044: Compiler option 'types' expects an argument. when trying to install "types": [] in tsconfig.json.
We use grunt-ts
This is recommended by the TS official documentation to get rid of the following errors: node_modules/@types/angular/index.d.ts(14,9): error TS2403
Here is a link to TS documentation
Specify "types": [] to disable the automatic inclusion of @types packages.
But instead of disabling the automatic inclusion of @types, I see the error error TS6044: Compiler option 'types' expects an argument.
Can someone help me?
source share