mirror of https://github.com/vuejs/core.git
chore: fix vapor playground tsconfig
This commit is contained in:
parent
4f613dcabf
commit
ac5f1cfe3f
|
@ -4,5 +4,5 @@
|
|||
"isolatedDeclarations": false,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["**/*"]
|
||||
"include": ["./**/*", "../packages/*/src"]
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"paths": {
|
||||
"@vue/compat": ["packages/vue-compat/src"],
|
||||
"@vue/*": ["packages/*/src"],
|
||||
"vue": ["packages/vue/src"]
|
||||
"vue": ["packages/vue/src/runtime-with-vapor.ts"]
|
||||
},
|
||||
"isolatedDeclarations": true,
|
||||
"composite": true
|
||||
|
|
Loading…
Reference in New Issue