twitch-bot/tsconfig.json
Knut Ahlers 7e783b2d00
Add TS config and I18n
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-11-25 00:41:21 +01:00

9 lines
No EOL
140 B
JSON

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