chore: exclude dist in tsconfig

This commit is contained in:
Shinwoo PARK 2023-12-03 18:48:29 +09:00
parent 9f29fb28c2
commit b422b3ceea

View File

@ -9,6 +9,7 @@
"declarationMap": true,
},
"exclude": [
"node_modules"
"node_modules",
"dist",
],
}