nicwands.com/jsconfig.json
2026-06-02 12:23:34 -04:00

8 lines
136 B
JSON

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