Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 642ab2c

Browse files
committed
chore: Remove tsc output to not clutter build logs
1 parent e77bebc commit 642ab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "commonjs",
55
"noImplicitAny": true,
66
"declaration": true,
7-
"listFiles": true,
7+
"listFiles": false,
88
"pretty": true
99
},
1010
"exclude": [

0 commit comments

Comments
 (0)