datahub/examples/turing/jsconfig.json
2023-05-11 16:13:09 -03:00

12 lines
174 B
JSON

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