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 Feb 15, 2023. It is now read-only.
If the importHelpers flag is on, these helper functions are instead imported from the tslib module. You will need to ensure that the tslib module is able to be imported at runtime. This only affects modules; global script files will not attempt to import modules.
it sounds like there's no point in installing tslib unless you also set importHelpers to true in tsconfig.json which @tsconfig/svelte doesn't appear to do.
Still learning TypeScript so this may be a dumb question.
setupTypeScript.js
installstslib
:template/scripts/setupTypeScript.js
Line 29 in f92a0a4
Reading the docs,
it sounds like there's no point in installing
tslib
unless you also setimportHelpers
totrue
intsconfig.json
which@tsconfig/svelte
doesn't appear to do.I assume I'm missing something?
The text was updated successfully, but these errors were encountered: