chore: fix types

This commit is contained in:
Anthony Fu 2022-02-07 10:16:27 +08:00
parent e44b313cc1
commit 8c0dbddab8

View File

@ -4,5 +4,9 @@
"types": [ "types": [
"cypress" "cypress"
] ]
} },
"exclude": [],
"include": [
"**/*.ts"
]
} }