Vulture/VApp/jsconfig.json

6 lines
104 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": { "paths": { "@/*": ["./src/*"] }
},
"exclude": ["node_modules", "dist"]
}