mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 14:38:47 +00:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"@/*": ["./*"],
|
|
"~~/*": ["./*"],
|
|
"@@/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".nuxt", "dist"]
|
|
}
|