Whitney Beck

Results 2 issues of Whitney Beck

When passing a typed LoadQuery, where T has variables, to usePreloadQuery the type of LoadQuery.next will conflict with the default typed LoadQuery in by usePreloadQuery. Not inferring the type of...

For a project with the `skipLibCheck` compilerOption set to `false`: ``` npx tsgo --project tsconfig.json ``` Correctly emits errors inside node_modules and project type declaration files. ``` npx tsgo --project...