Spaces:
Paused
Paused
Upload packages/domain-types/tsconfig.json with huggingface_hub
Browse files
packages/domain-types/tsconfig.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 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 |
-
}
|
|
|
|
| 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 |
+
}
|