Closed JasoonS closed 1 week ago
Interesting, the file is here codegenerator/cli/npm/envio/src/bindings/OpaqueTypes.ts
But I can see the package doesn't have the ts files in the installed version 🤔
This is because we include only .res
files to the package. Probably should include the whole src dir.
Describe the bug When running
pnpm tsc
on an indexer with v2.7.4 I get this:Luckily it is benign, and doesn't affect runtime.