twitch-bot/tsconfig.json

9 lines
140 B
JSON
Raw Normal View History

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": [
"src/**/*"
],
"exclude": [
"src/components/_template.vue"
]
}