Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 19, 2023
1 parent d3708e3 commit e1060bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"dependencies": {
"@alwatr/logger": "^0.30.0",
"@alwatr/signal": "^0.30.0",
"@alwatr/fetch": "^0.30.0",
"@alwatr/fsm": "^0.30.0",
"@alwatr/util": "^0.30.0",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 2 additions & 0 deletions core/context/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"references": [
{"path": "../logger"},
{"path": "../signal"},
{"path": "../fetch"},
{"path": "../fsm"},
{"path": "../type"}
]
}
1 change: 1 addition & 0 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
{"path": "../core/math"},
{"path": "../core/util"},
{"path": "../core/fsm"},
{"path": "../core/context"},
{"path": "../ui/icon"},
{"path": "../core/storage-engine"},
{"path": "../core/validator"}
Expand Down

0 comments on commit e1060bc

Please sign in to comment.