1
0

feat: type global components and especially icon prop

This commit is contained in:
Dominik Pschenitschni
2022-10-17 13:22:10 +02:00
parent 599e28e5e5
commit a2c1702eef
8 changed files with 79 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/i18n/lang/*.json"],
"include": ["env.d.ts", "src/**/*.d.ts", "src/**/*", "src/**/*.vue", "src/i18n/lang/*.json"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,