13 lines
270 B
JSON
13 lines
270 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/components/*": ["components/*"],
|
||
|
"@/data/*": ["data/*"],
|
||
|
"@/layouts/*": ["layouts/*"],
|
||
|
"@/css/*": ["css/*"],
|
||
|
"contentlayer/generated": ["./.contentlayer/generated"]
|
||
|
}
|
||
|
}
|
||
|
}
|