Skip to content

Commit

Permalink
Fixed the @realm/tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jul 25, 2024
1 parent f7938c9 commit 01e5148
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/realm-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"build": {
"command": "tsc -p tsconfig.build.json",
"dependencies": [
"../realm:build:ts"
"../realm:build:ts",
"../realm:build:node"
],
"files": [
"tsconfig.build.json",
Expand Down
2 changes: 0 additions & 2 deletions packages/realm-tools/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"noEmit": false,
"declaration": true,
"outDir": "./dist",
Expand Down
5 changes: 3 additions & 2 deletions packages/realm-tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es2018",
"moduleResolution": "node",
"module": "Node16",
"moduleResolution": "Node16",
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"types": [
"node",
"node"
],
"lib": [
"es2019"
Expand Down

0 comments on commit 01e5148

Please sign in to comment.