FoseFx/twitch-chatbot-boilerplate-core

View on GitHub
tsconfig.release.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "outDir": "build",
    "removeComments": true
  },
  "include": [
    "src/**/*"
  ]
}