chore: fix tsconfig for build time

This commit is contained in:
Arash Sheyda
2023-07-09 14:39:02 +03:00
parent 0cdba0d764
commit e6b8b7d0fa
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
"extends": "./playground/.nuxt/tsconfig.json"
"extends": "./client/.nuxt/tsconfig.json"
}