fix build

This commit is contained in:
wass08
2026-02-05 09:59:21 +09:00
parent a6c9bd6507
commit 264db13390
4 changed files with 16 additions and 4 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"composite": true,
"incremental": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]