Skip to content

Commit 5285dd4

Browse files
authored
Merge pull request #119 from udecode/react/decouple
fix build
2 parents d4cb40a + 693333b commit 5285dd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/zustand-x/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "../../config/tsconfig.build.json",
33
"compilerOptions": {
44
"declarationDir": "./dist",
5-
"outDir": "./dist"
5+
"outDir": "./dist",
6+
"tsBuildInfoFile": "./dist/.tsbuildinfo"
67
},
78
"include": ["src"]
89
}

0 commit comments

Comments
 (0)