vue-regex/jsconfig.json
2025-04-01 22:26:47 +02:00

8 lines
116 B
JSON

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