Prevent warning from tsc about overwriting input

This commit is contained in:
Søren L. Hansen 2022-11-27 21:04:58 -08:00
parent 59ddaa82b8
commit 3c47efe6bf

View File

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