konobangu/apps/storybook/tsconfig.json

14 lines
227 B
JSON

{
"extends": "@konobangu/typescript-config/nextjs.json",
"compilerOptions": {
"baseUrl": "."
},
"include": [
"next-env.d.ts",
"next.config.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
]
}