Skip to content

Commit f347787

Browse files
committed
include exports.types
1 parent a6f34fc commit f347787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@colyseus/playground",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"main": "./build/index.js",
55
"module": "./build/index.mjs",
66
"typings": "./build/index.d.ts",
77
"exports": {
88
".": {
9+
"types": "./build/index.d.ts",,
910
"import": "./build/index.mjs",
1011
"require": "./build/index.js"
1112
}

0 commit comments

Comments
 (0)