mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"@/*": ["./*"],
|
|
"~~/*": ["./*"],
|
|
"@@/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".nuxt", "dist"]
|
|
}
|