chore: fix vapor playground tsconfig

This commit is contained in:
Evan You 2024-12-08 23:16:31 +08:00
parent 4f613dcabf
commit ac5f1cfe3f
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
"isolatedDeclarations": false,
"allowJs": true
},
"include": ["**/*"]
"include": ["./**/*", "../packages/*/src"]
}

View File

@ -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