11 lines
205 B
JSON
11 lines
205 B
JSON
|
{
|
||
|
// https://nuxt.com/docs/guide/concepts/typescript
|
||
|
"extends": "./.nuxt/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"~/*": ["./*"],
|
||
|
"@/*": ["./*"]
|
||
|
}
|
||
|
}
|
||
|
}
|