Files
NotionNext/jsconfig.json
tangly1024.com ccf0c18017 Notion-Auth
2024-07-10 09:19:59 +08:00

19 lines
368 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"jsx": "react",
"allowJs": true,
"checkJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@/components/*": ["components/*"],
"@/theme/*": ["theme/*"],
"@/data/*": ["data/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]
}
}
}