cic-dashboard/jsconfig.json

13 lines
233 B
JSON
Raw Normal View History

2022-05-12 11:07:31 +02:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}