this might help with the memory issues..??

This commit is contained in:
Lee
2024-10-09 17:27:37 +01:00
parent d0e4e1553b
commit 1faf896c08
8 changed files with 4 additions and 28 deletions

View File

@ -14,5 +14,5 @@
}
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "dist"]
}