chore(local-playground): fix vapor tsconfig include path (#13490)
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details

This commit is contained in:
Tycho 2025-06-18 10:17:49 +08:00 committed by GitHub
parent 7d84010c0f
commit 88ef97ffd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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