Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 authored Nov 14, 2024
1 parent 0b8b986 commit 256beb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/canyon-collect/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["packages/canyon-collect/src/zod/istanbul.zod.ts"],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "test", "dist", "**/*spec.ts","src"]
}
2 changes: 1 addition & 1 deletion packages/canyon-collect/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
},
"include": ["packages/canyon-collect/src/zod/istanbul.zod.ts"],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts","src"]
}

0 comments on commit 256beb1

Please sign in to comment.