mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"src/components/_template.vue"
|
||
|
]
|
||
|
}
|