1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00
This commit is contained in:
AnxietyisReal 2023-09-01 17:48:40 +10:00
parent ee548cee3b
commit 51e6b1cff5

View File

@ -15,5 +15,5 @@
"typeRoots": [ "./src/typings" ] "typeRoots": [ "./src/typings" ]
}, },
"include": [ "src/" ], "include": [ "src/" ],
"exclude": [ ".yarn/cache", ".yarn/unplugged", ".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ] "exclude": [ ".yarn/cache", ".yarn/unplugged", ".git", "src/errorBlocklist.json", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ]
} }