Polarcraft/webv2/nuxt.config.ts
Xeovalyte 795c221453
Some checks failed
Build and Deploy / Deploy Web (push) Has been cancelled
Build and Deploy / Deploy Discord Bot (push) Has been cancelled
added web version 2
2023-06-01 22:06:11 +02:00

7 lines
133 B
TypeScript

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
typescript: {
typeCheck: true,
}
})