Skip to content

Commit d95f68f

Browse files
author
BusinessHotels.com
authored
Update tsconfig.json
1 parent cadcb77 commit d95f68f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
33
"target": "ES2022",
4-
"module": "NodeNext",
5-
"moduleResolution": "NodeNext",
6-
"outDir": "dist",
7-
"rootDir": "src/business-hotels-mcp",
4+
"module": "ESNext",
5+
"moduleResolution": "Node",
6+
"outDir": "./dist",
7+
"rootDir": "./",
88
"strict": true,
99
"skipLibCheck": true,
1010
"esModuleInterop": true

0 commit comments

Comments
 (0)