Skip to content

Commit c5c0f3b

Browse files
committed
chore: update tsconfig
1 parent 066f1b8 commit c5c0f3b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

custom/tsconfig.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,16 @@
1515
"."
1616
]
1717
}
18-
}
18+
},
19+
"include": [
20+
"./**/*.ts",
21+
"./**/*.tsx",
22+
"./**/*.vue",
23+
"../**/*.ts",
24+
"../**/*.tsx",
25+
"../**/*.vue",
26+
"../*.vue",
27+
"../*.ts",
28+
"../*.tsx"
29+
]
1930
}

0 commit comments

Comments
 (0)