mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-06 14:21:25 +08:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"exclude": ["node_modules"],
|
|
"extends": "@tih/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"rootDir": "stories",
|
|
"outDir": "dist",
|
|
"baseUrl": "./stories",
|
|
"paths": {
|
|
"~/*": ["*"]
|
|
}
|
|
},
|
|
"include": ["stories"]
|
|
}
|