Files
shop-demo-example-pinia/jsconfig.json
2026-04-02 19:06:43 +03:00

9 lines
116 B
JSON

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