Skip to content

Commit 4e66dbc

Browse files
committed
chore: build test 7
1 parent 5ad6e96 commit 4e66dbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/observables/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"node_modules",
55
"**/*.test.ts"

packages/operators/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"node_modules",
55
"**/*.test.ts"

0 commit comments

Comments
 (0)