Files
datahub/examples/turing/jsconfig.json
Luccas Mateus de Medeiros Gomes 7822440f0d [examples/turing] - rename it to turing
2023-05-11 16:13:09 -03:00

12 lines
174 B
JSON

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