Skip to content

Commit 48df911

Browse files
committed
Update tsconfig to include all TypeScript and Vue files
1 parent c91fd7f commit 48df911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": ["@vuebro/configs/tsconfig"],
4-
"include": ["src/index.ts"]
4+
"include": ["src/**/*.ts", "src/**/*.vue"]
55
}

0 commit comments

Comments
 (0)