CrunchyDL/tsconfig.json

10 lines
157 B
JSON
Raw Normal View History

2024-04-16 20:20:30 +02:00
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"types": [
"@nuxtjs/i18n",
]
}
}