Skip to content

Commit

Permalink
Lies to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2024
1 parent 256c20d commit e093c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"version": "0.0.0",
"description": "Provides types for virtual modules",
"exports": {
".": "./src/not-used",
".": "./src/not-used.js",
"./compat-modules": {
"types": "./src/compat-modules.d.ts",
"default": "./src/not-used.js"
}
},
"./*": "./src/not-used.js"
},
"files": [
"src"
Expand Down

0 comments on commit e093c83

Please sign in to comment.