summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/app/tsconfig.json3
-rw-r--r--packages/sdk/js/package.json5
2 files changed, 2 insertions, 6 deletions
diff --git a/packages/app/tsconfig.json b/packages/app/tsconfig.json
index bfd45ff85..e2a27dd5d 100644
--- a/packages/app/tsconfig.json
+++ b/packages/app/tsconfig.json
@@ -22,6 +22,5 @@
}
},
"include": ["src", "package.json"],
- "exclude": ["dist", "ts-dist"],
- "references": [{ "path": "../sdk/js" }]
+ "exclude": ["dist", "ts-dist"]
}
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json
index e3c8c9d01..4631f785f 100644
--- a/packages/sdk/js/package.json
+++ b/packages/sdk/js/package.json
@@ -27,8 +27,5 @@
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
},
- "dependencies": {},
- "publishConfig": {
- "directory": "dist"
- }
+ "dependencies": {}
}