Skip to content

Commit 7fb6e11

Browse files
author
BusinessHotels.com
authored
Update tsconfig.json
1 parent 79954b7 commit 7fb6e11

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
"target": "ES2022",
44
"module": "NodeNext",
55
"moduleResolution": "NodeNext",
6-
"outDir": "dist",
7-
"rootDir": "src/business-hotels-mcp",
6+
"lib": ["ES2022"],
7+
"declaration": true,
8+
"sourceMap": true,
9+
"outDir": "./dist",
10+
"rootDir": "./src",
811
"strict": true,
12+
"esModuleInterop": true,
913
"skipLibCheck": true,
10-
"esModuleInterop": true
14+
"forceConsistentCasingInFileNames": true
1115
},
12-
"include": ["src/business-hotels-mcp/index.ts"]
16+
"include": ["src/**/*"],
17+
"exclude": ["node_modules", "dist"]
1318
}

0 commit comments

Comments
 (0)