Skip to content

Commit c2f53f0

Browse files
committed
Remove exclusion of dist files from tsconfig.json
1 parent 6599c8e commit c2f53f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"stripInternal": true,
1010
"baseUrl": ".",
1111
"resolveJsonModule": true
12-
},
13-
"exclude": ["packages/*/dist/**"]
12+
}
1413
}

0 commit comments

Comments
 (0)