Skip to content

Commit 525b894

Browse files
authored
fix: Better import suggestions for typegpu/data (#719)
1 parent 9fb717a commit 525b894

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/typegpu/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
"import": "./dist/index.js",
1616
"default": "./dist/index.cjs"
1717
},
18-
"./*": {
19-
"types": "./dist/*.d.ts",
20-
"module": "./dist/*.js",
21-
"import": "./dist/*.js",
22-
"default": "./dist/*.cjs"
23-
},
2418
"./data": {
2519
"types": "./dist/data/index.d.ts",
2620
"module": "./dist/data/index.js",

0 commit comments

Comments
 (0)