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

View File

@ -15,5 +15,5 @@
"typeRoots": [ "./src/typings" ]
},
"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" ]
}