update readme

This commit is contained in:
Robert Soriano
2022-06-12 23:32:55 -07:00
parent 7df64296ff
commit b804429fc0

View File

@@ -32,7 +32,7 @@ export default defineNuxtConfig({
endpoint: '/trpc', // defaults to /trpc
},
typescript: {
strict: true // set this to true to make input/output types work
strict: true // required to make input/output types work
}
})
```