Prevent warning from tsc about overwriting input

This commit is contained in:
Søren L. Hansen 2022-11-27 21:04:58 -08:00 committed by Soren L. Hansen
parent e0ee2822cd
commit 63c17b7d51

View File

@ -18,6 +18,7 @@
} }
}, },
"exclude": [ "exclude": [
"node_modules" "node_modules",
"dist"
] ]
} }