mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 02:51:51 +01:00
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@nuxtjs/i18n"
|
|
],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|