Skip to content

Commit

Permalink
drop useless, targeting next major rather than minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Nov 28, 2024
1 parent 5fe3f36 commit 98851bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions packages/fast-check/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"extends": "../../tsconfig.common.json",
"compilerOptions": {
"isolatedDeclarations": false
}
"compilerOptions": {}
}
3 changes: 1 addition & 2 deletions packages/fast-check/tsconfig.publish.types.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.publish.types.json",
"compilerOptions": {
"outDir": "lib/types/",
"isolatedDeclarations": false
"outDir": "lib/types/"
},
"include": ["src/"]
}

0 comments on commit 98851bc

Please sign in to comment.