I have published an npm package (meteor-model) that has a dependency on @types/meteor. The project itself works fine and
import Meteor from 'meteor/meteor'
correctly resolves to
node_modules/@types/meteor
However, it does not work when I install this package in another project:
Cannot find module 'meteor/meteor'
thrown in
node_modules\meteor-model\dist\MeteorModelDecorators.js:38:16
The repo is here: https://github.com/navio-xyz/meteor-model