mirror of https://github.com/vuejs/core.git
chore(local-playground): fix vapor tsconfig include path (#13490)
This commit is contained in:
parent
7d84010c0f
commit
88ef97ffd3
|
@ -4,5 +4,5 @@
|
|||
"isolatedDeclarations": false,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["./**/*", "../packages/*/src"]
|
||||
"include": ["./**/*", "../../packages/*/src"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue