Skip to content

Commit 228c2b3

Browse files
committed
api: Add dist to excluded folders
1 parent a1c416b commit 228c2b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/api/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
}
4141
},
4242
"exclude": [
43+
".turbo",
44+
"dist",
4345
"node_modules",
44-
".turbo"
4546
]
4647
}

0 commit comments

Comments
 (0)