Skip to content

Commit

Permalink
docs: fix tsconfig.json include paths for type-checked example
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 14, 2024
1 parent 82af8cd commit dc61a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/type-checked/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./**/*", "../support/**/*"],
"include": ["./e2e/**/*", "./support/**/*"],
"compilerOptions": {
"isolatedModules": false,
"types": ["cypress"]
Expand Down

0 comments on commit dc61a54

Please sign in to comment.