Skip to content

Commit 5c11414

Browse files
author
BusinessHotels.com
authored
Update tsconfig.json
1 parent a854289 commit 5c11414

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tsconfig.json

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

0 commit comments

Comments
 (0)