jonbio/jsconfig.json

13 lines
270 B
JSON
Raw Normal View History

2021-01-09 17:50:45 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/data/*": ["data/*"],
"@/layouts/*": ["layouts/*"],
2023-07-07 11:17:22 +08:00
"@/css/*": ["css/*"],
"contentlayer/generated": ["./.contentlayer/generated"]
2021-01-09 17:50:45 +08:00
}
}
}