Files
2025-09-10 22:47:28 +09:00

25 lines
412 B
JSON

{
"extends": "../../tsconfig.base",
"include": [
"src",
"tailwind.config.ts",
".storybook",
"next-env.d.ts",
"**/*.json"
],
"compilerOptions": {
"rootDir": ".",
"composite": true,
"jsx": "preserve",
"outDir": "./dist",
"allowJs": true,
"plugins": [{ "name": "next" }],
"noEmit": false
},
"references": [
{
"path": "../components"
}
]
}