Something went wrong on our end
-
Marc Hanisch authoredMarc Hanisch authored
jsconfig.json 209 B
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@@/*": ["./*"],
"~/*": ["./*"],
"~~/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}