Skip to content

Commit c31e725

Browse files
committed
chore: update tsconfig exclude
1 parent 1a141ab commit c31e725

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

playground/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
"@/*": ["./src/*"]
3232
}
3333
},
34+
"exclude": ["dist"]
3435
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
/* If your code doesn't run in the DOM: */
2222
"lib": ["es2022"]
2323
},
24-
"exclude": ["playground"]
24+
"exclude": ["playground", "dist"]
2525
}

0 commit comments

Comments
 (0)