Files
datahub/examples/alan-turing-portal/jsconfig.json
Luccas Mateus de Medeiros Gomes 0384e01bed [alan-turing-portal][m] - initial commit
2023-04-29 12:50:04 -03:00

12 lines
174 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/pages/*": ["pages/*"],
"@/lib/*": ["lib/*"]
}
}
}