Skip to content

Commit 770c1c2

Browse files
committed
fix: remove the "include" fields
The paths are relative to the tsconfig.json file, making them useless. See microsoft/TypeScript#51213
1 parent 148baa2 commit 770c1c2

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

packages/base/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@
99
"src/*"
1010
]
1111
}
12-
},
13-
"include": [
14-
"src/**/*.ts",
15-
"*.ts"
16-
]
12+
}
1713
}

packages/vue/tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@
77
"dom",
88
"dom.iterable"
99
]
10-
},
11-
"include": [
12-
"src/**/*.ts",
13-
"src/**/*.vue",
14-
"*.ts"
15-
]
10+
}
1611
}

0 commit comments

Comments
 (0)