mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@/components/*": ["components/*"],
|
|
"@/data/*": ["data/*"],
|
|
"@/lib/*": ["lib/*"],
|
|
"@/styles/*": ["styles/*"]
|
|
}
|
|
}
|
|
}
|