You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
The following error appears when try to compile:
I cant figure it out.
Can anyone help me?
The text was updated successfully, but these errors were encountered: