tailwind-nextjs-blog/jsconfig.json
Ivan Li eee38148ee
Some checks failed
continuous-integration/drone/push Build is failing
feat: 添加 cusdis 评论。
2022-10-07 17:12:50 +08:00

14 lines
255 B
JSON

{
"compilerOptions": {
"jsx": "react",
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/data/*": ["data/*"],
"@/layouts/*": ["layouts/*"],
"@/lib/*": ["lib/*"],
"@/css/*": ["css/*"]
}
}
}