2022-01-13 20:19:22 -06:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2026-08-04 14:29:07 -06:00
|
|
|
"baseUrl": "http://localhost:3000",
|
2022-01-13 20:19:22 -06:00
|
|
|
"paths": {
|
|
|
|
|
"~/*": ["./*"],
|
|
|
|
|
"@/*": ["./*"],
|
|
|
|
|
"~~/*": ["./*"],
|
|
|
|
|
"@@/*": ["./*"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"exclude": ["node_modules", ".nuxt", "dist"]
|
|
|
|
|
}
|