monolito_djanco_poonto/jsconfig.json
Thaís Ferreira f3317dc54f 11h33
2025-01-30 11:33:58 -03:00

9 lines
116 B
JSON

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