Evan Sosenko
Results
12
issues of
Evan Sosenko
See error (collapsed) below. Confirmed in this PR https://github.com/seamapi/fake-seam-connect/pull/32 Details ``` > tsup CLI Building entry: src/index.ts CLI Using tsconfig: tsconfig.build.json CLI tsup v7.1.0 CLI Using tsup config: /home/runner/work/fake-template/fake-template/tsup.config.ts CLI...
``` 5:18 error Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `Record` instead. -...