Skip to content

Commit ea4ac89

Browse files
committed
refactor: Add "type": "module" to package.json for improved module support
1 parent 1b98dde commit ea4ac89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mcp-server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "MCP server for managing development logs and working notes",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
7+
"type": "module",
78
"files": [
89
"build/**/*",
910
"README.md",

0 commit comments

Comments
 (0)