Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit e66c8bb

Browse files
committed
chore(@types): move types directory to src/@types
1 parent 125d443 commit e66c8bb

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
},
4040
"include": [
4141
"src/**/*.ts",
42-
"src/**/*.vue",
43-
"types/**/*.d.ts"
42+
"src/**/*.vue"
4443
],
4544
"exclude": [
4645
"node_modules",

0 commit comments

Comments
 (0)