Skip to content

Commit 644e7a2

Browse files
committed
out folder excluded from tsconfig
1 parent 90d6353 commit 644e7a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"strict": true
1010
},
1111
"exclude": [
12-
"./tests"
12+
"./tests",
13+
"./out"
1314
]
1415
}

0 commit comments

Comments
 (0)