fix: Add type shims to core package for nodes-base imports (no-changelog) (#14284)

This commit is contained in:
Alex Grozav 2025-03-31 11:53:05 +03:00 committed by GitHub
parent 877823d887
commit beb0dcabea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
packages/core/test/shims.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare module '../../../nodes-base/dist/nodes/*';