mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
7 lines
133 B
JSON
7 lines
133 B
JSON
{
|
|
"extends": "./playground/.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["nuxt/dist/app/composables/asyncData"]
|
|
}
|
|
}
|