mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"extends": "@fisch0920/config/tsconfig-react",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/components/*": ["components/*"],
|
|
"@/lib/*": ["lib/*"],
|
|
"@/styles/*": ["styles/*"]
|
|
}
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "*.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|