mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix cypress types for VS code
This commit is contained in:
parent
82a9654189
commit
70fc578cfd
@ -11,6 +11,8 @@
|
||||
// This function is called when a project is opened or re-opened (e.g. due to
|
||||
// the project's config changing)
|
||||
|
||||
/// <reference types="cypress" />
|
||||
|
||||
// eslint-disable-next-line
|
||||
module.exports = (on, config) => {
|
||||
// `on` is used to hook into various events Cypress emits
|
||||
|
@ -2,10 +2,12 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"sourceMap": false
|
||||
"sourceMap": false,
|
||||
"types": [
|
||||
"cypress",
|
||||
],
|
||||
},
|
||||
"include": [
|
||||
"../node_modules/cypress",
|
||||
"./*/*.ts"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user