Skip to content

Commit 885ad60

Browse files
authored
fix(docs): Fix commas in package exports example
1 parent 83ae332 commit 885ad60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/site/content/repo-docs/guides/tools/typescript.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Then, set up the entrypoints for your package in `package.json` so that other pa
162162
{
163163
"exports": {
164164
"./*": {
165-
"types": "./src/*.ts"
166-
"default": "./dist/*.js",
165+
"types": "./src/*.ts",
166+
"default": "./dist/*.js"
167167
}
168168
}
169169
}

0 commit comments

Comments
 (0)