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
I'm using type definition file generated by deno types > deno.d.ts while developing. But IDE shows many symbol errors as noLib: true is set in tsconfig.json. Why noLib: true is needed? Doesn't deno explicitly refer to esnext lib?
The text was updated successfully, but these errors were encountered:
There was a change of behaviour in TypeScript 3.2 in regards to noLib and the tsconfig should be changed to remove that and be more like https://github.com/kitsonk/deno_example
Just an idea, how about issuing an instruction when `GITHUB_CLIENT_ID`
and `GITHUB_CLIENT_SECRET` are not set? I think It reduces the feeling
of emptyness after initial setup, and it will prevent users from getting
lost in both the local environment and the Deno Deploy environment.
If these environment variables are not required, I think this PR is not
appropriate and should be closed.
Feel free to rewrite the text if you like this idea.
<img width="967" alt="image"
src="https://github.com/denoland/saaskit/assets/3132889/a9f54103-a677-4f54-aab2-477d36a65179">
<img width="963" alt="image"
src="https://github.com/denoland/saaskit/assets/3132889/7bdaef5f-666c-4813-9114-e17c83b7f1f6">
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
I'm using type definition file generated by
deno types > deno.d.ts
while developing. But IDE shows many symbol errors asnoLib: true
is set intsconfig.json
. WhynoLib: true
is needed? Doesn't deno explicitly refer toesnext
lib?The text was updated successfully, but these errors were encountered: