Open cauldyclark15 opened 3 years ago
Similar to issue #40
Probably changing assignment to just type declaration (e.g. updateFixedVA = updateFixedVA
to updateFixedVA typeof updateFixedVA
) would work
solved by silencing the TS lib check on tsconfig.json
"skipLibCheck": true
closing this one
solved by silencing the TS lib check on
tsconfig.json
"skipLibCheck": true
closing this one
Hey @cauldyclark15, glad that you've managed to suppress those errors. However, I would consider this a workaround rather than a proper fix so reopening the issue