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,
|
"isolatedDeclarations": false,
|
||||||
"allowJs": true
|
"allowJs": true
|
||||||
},
|
},
|
||||||
"include": ["**/*"]
|
"include": ["./**/*", "../packages/*/src"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
"@vue/compat": ["packages/vue-compat/src"],
|
"@vue/compat": ["packages/vue-compat/src"],
|
||||||
"@vue/*": ["packages/*/src"],
|
"@vue/*": ["packages/*/src"],
|
||||||
"vue": ["packages/vue/src"]
|
"vue": ["packages/vue/src/runtime-with-vapor.ts"]
|
||||||
},
|
},
|
||||||
"isolatedDeclarations": true,
|
"isolatedDeclarations": true,
|
||||||
"composite": true
|
"composite": true
|
||||||
|
|
Loading…
Reference in New Issue