grunt-ts
grunt-ts copied to clipboard
Compile error
trafficstars
The following error appears when try to compile:
Running "ts:service" (ts) task
Compiling...
Using tsc v2.9.2
node_modules/@types/lodash/index.d.ts(12872,53): error TS2344: Type 'T' does not satisfy the constraint 'object'.
>> 1 non-emit-preventing type warning
>> Error: tsc return code: 2
Warning: Task "ts:service" failed. Use --force to continue.
Aborted due to warnings.
I cant figure it out. Can anyone help me?
Hi - I recommend running tsc directly to see if it will compile your project taking grunt-ts out of the loop. If it doesn't work, ask on Stack Overflow. If it does work, please post the switches you passed and the section of your gruntfile so we can figure out what's going on.