Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict: false #99

Closed
Crusader4Christ opened this issue Sep 24, 2020 · 2 comments
Closed

Strict: false #99

Crusader4Christ opened this issue Sep 24, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Crusader4Christ
Copy link

ts-auto-guard generates empty guards if tsconfig have strict: false mode

@rhys-vdw
Copy link
Owner

rhys-vdw commented Oct 2, 2020

@Crusader4Christ Hm. Should be something like this?

function isFoo(obj: any): obj is Foo {
  return true;
}

@rhys-vdw
Copy link
Owner

Better discussion in #152

@rhys-vdw rhys-vdw added the duplicate This issue or pull request already exists label Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants