Louis Hollingworth
f1c76c22a7
Added index, translations (not currently working), and removed further unnecessary stuff
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
// https://v3.nuxtjs.org/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@nuxt/types",
|
|
"@nuxtjs/i18n",
|
|
]
|
|
}
|
|
}
|