Files
NotionNext/jsconfig.json
tangly1024 e791752e68 async theme
2023-06-04 17:17:38 +08:00

14 lines
259 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@/components/*": ["components/*"],
"@/theme/*": ["theme/*"],
"@/data/*": ["data/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]
}
}
}