24 lines
420 B
JSON
24 lines
420 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./.nuxt/tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./.nuxt/tsconfig.server.json"
|
|
},
|
|
{
|
|
"path": "./.nuxt/tsconfig.shared.json"
|
|
},
|
|
{
|
|
"path": "./.nuxt/tsconfig.node.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~/*": ["./src/*"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|