mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-02-01 04:37:55 +01:00
update types
This commit is contained in:
10
playground/nuxt.config.ts
Normal file
10
playground/nuxt.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineNuxtConfig } from 'nuxt'
|
||||
import Module from '..'
|
||||
|
||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
modules: [Module],
|
||||
typescript: {
|
||||
strict: true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user