update tsconfig

This commit is contained in:
Robert Soriano
2022-05-17 18:29:07 -07:00
parent 28015626f9
commit 9399e7bc26

View File

@@ -1,6 +1,3 @@
{ {
"extends": "./playground/.nuxt/tsconfig.json", "extends": "./playground/.nuxt/tsconfig.json"
"compilerOptions": {
"types": ["nuxt/dist/app/composables/asyncData"]
}
} }