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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I’ve noticed the d2c starter-kit sets the ts option skipLibCheck to true. No I’ve tried to use the moltin sdk in a different project where we haven’t set skipLibCheck to true and I get around 40 compile errors when running the typescript compile, all complain about the moltin.d.ts in the node_modules folder.
E.g.:
node_modules/@moltin/sdk/dist/moltin.d.ts:98:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
Is there any chance that you fix those errors, so we don’t have to disable lib check as this would degrade the accuracy of the type-system?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I’ve noticed the d2c starter-kit sets the ts option
skipLibCheck
totrue
. No I’ve tried to use the moltin sdk in a different project where we haven’t setskipLibCheck
totrue
and I get around 40 compile errors when running the typescript compile, all complain about themoltin.d.ts
in thenode_modules
folder.E.g.:
Is there any chance that you fix those errors, so we don’t have to disable lib check as this would degrade the accuracy of the type-system?
The text was updated successfully, but these errors were encountered: