Skip to content

Instantly share code, notes, and snippets.

@gegenschall
Last active March 15, 2024 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gegenschall/dbcc5eed14b1aade039edaaa888a466b to your computer and use it in GitHub Desktop.
Save gegenschall/dbcc5eed14b1aade039edaaa888a466b to your computer and use it in GitHub Desktop.
@module-federation/typescript import repro
import { FederatedTypesPlugin } from '@module-federation/typescript';
console.log(FederatedTypesPlugin);
{
"name": "repro",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node index.mjs"
},
"dependencies": {
"@module-federation/typescript": "^3.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment