mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 15:09:13 +00:00
19 lines
368 B
JSON
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/*"]
|
|
}
|
|
}
|
|
}
|