* [alan-turing-portal][m] - initial commit * [alan-turing][m] - first page with search * [alan-turing][m] - cleanup
12 lines
174 B
JSON
12 lines
174 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/components/*": ["components/*"],
|
|
"@/pages/*": ["pages/*"],
|
|
"@/lib/*": ["lib/*"]
|
|
}
|
|
}
|
|
}
|
|
|