mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@/components/*": ["components/*"],
|
|
"@/data/*": ["data/*"],
|
|
"@/layouts/*": ["layouts/*"],
|
|
"@/lib/*": ["lib/*"],
|
|
"@/styles/*": ["styles/*"]
|
|
}
|
|
}
|
|
}
|