Files

13 lines
229 B
JSON
Raw Permalink Normal View History

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