Add jsconfig exclusions

2b50ab398b00cbf28ba1c14cf55420156670fcde

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -1Showing whitespace changes
jsconfig.json+6 -1
@@ -15,6 +15,11 @@
15 "**/node_modules/*",15 "**/node_modules/*",
16 "public/lib",16 "public/lib",
17 "backups/*",17 "backups/*",
18 "data/*"18 "data/*",
19 "**/dist/*",
20 "dist/*",
21 "cache/*",
22 "src/tokenizers/*",
23 "docker/*",
19 ]24 ]
20}25}