chore: Exclude node_modules from TS compiler

This commit is contained in:
koenkk
2023-06-01 16:10:05 +02:00
parent ff8e6b9c66
commit d0a41548fd
+3
View File
@@ -21,4 +21,7 @@
"lib/**/*",
"lib/util/settings.schema.json"
],
"exclude": [
"node_modules"
],
}