You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This project validates that importing a rushstack package from a 'type: module' Node.js project works correctly with the package.json 'exports' field. See https://github.com/microsoft/rushstack/issues/5644",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "heft test --clean",
"_phase:build": "heft run --only build -- --clean",