Skip to content

Commit d4e74b7

Browse files
Fix default.project.json
1 parent 484766e commit d4e74b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

default.project.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"**/tsconfig.json"
66
],
77
"tree": {
8-
"$path": "out"
8+
"$className": "Folder",
9+
"out": {
10+
"$path": "out"
11+
}
912
}
1013
}

0 commit comments

Comments
 (0)