sendou.ink/discord-bot/tsconfig.bot.json
Kalle 2bee296561 Fix checks command problems
Don't really need same level of linting for the bot
2022-06-22 22:36:49 +03:00

7 lines
93 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"isolatedModules": false
}
}