We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e359a commit df8ce79Copy full SHA for df8ce79
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"business-hotels-mcp": "dist/index.js"
7
},
8
"scripts": {
9
- "build": "tsc",
+ "build": "tsc src/business-hotels-mcp/index.ts --outDir dist --target ES2022 --module NodeNext --moduleResolution NodeNext --esModuleInterop true --skipLibCheck true",
10
"prepare": "npm run build",
11
"start": "node dist/index.js"
12
@@ -16,7 +16,7 @@
16
"zod": "^3.22.4"
17
18
"devDependencies": {
19
- "@types/node": "^20.11.24",
20
- "typescript": "^5.3.3"
+ "typescript": "^5.3.3",
+ "@types/node": "^20.11.24"
21
}
22
0 commit comments