Kraft102 commited on
Commit
b3507e2
·
verified ·
1 Parent(s): 376462f

Upload packages/mcp-types/tsconfig.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. packages/mcp-types/tsconfig.json +13 -13
packages/mcp-types/tsconfig.json CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "extends": "../../tsconfig.base.json",
3
- "compilerOptions": {
4
- "outDir": "./dist",
5
- "rootDir": "./src",
6
- "composite": true
7
- },
8
- "include": ["src/**/*"],
9
- "exclude": ["node_modules", "dist"],
10
- "references": [
11
- { "path": "../domain-types" }
12
- ]
13
- }
 
1
+ {
2
+ "extends": "../../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "outDir": "./dist",
5
+ "rootDir": "./src",
6
+ "composite": true
7
+ },
8
+ "include": ["src/**/*"],
9
+ "exclude": ["node_modules", "dist"],
10
+ "references": [
11
+ { "path": "../domain-types" }
12
+ ]
13
+ }