Spaces:
Runtime error
Runtime error
Uploaded tsconfig.json from GitHub repository
Browse files- tsconfig.json +10 -0
tsconfig.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"extends": "../../tsconfig.json",
|
3 |
+
"compilerOptions": {
|
4 |
+
"outDir": "./dist",
|
5 |
+
"rootDir": "."
|
6 |
+
},
|
7 |
+
"include": [
|
8 |
+
"./**/*.ts"
|
9 |
+
]
|
10 |
+
}
|