Skip to content

Commit f01e323

Browse files
committed
prettier fix
1 parent 3ad9577 commit f01e323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/shared/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"@modelcontextprotocol/eslint-config": ["node_modules/@modelcontextprotocol/eslint-config/tsconfig.json"],
1414
"@modelcontextprotocol/vitest-config": ["node_modules/@modelcontextprotocol/vitest-config/tsconfig.json"],
1515
"@modelcontextprotocol/test-helpers": ["node_modules/@modelcontextprotocol/test-helpers/src/index.ts"],
16-
"@modelcontextprotocol/sdk-client": ["node_modules/@modelcontextprotocol/test-helpers/node_modules/@modelcontextprotocol/sdk-client/src/index.ts"],
16+
"@modelcontextprotocol/sdk-client": [
17+
"node_modules/@modelcontextprotocol/test-helpers/node_modules/@modelcontextprotocol/sdk-client/src/index.ts"
18+
]
1719
}
1820
}
1921
}

0 commit comments

Comments
 (0)