Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix: cleanup extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 19, 2023
1 parent 5bbe968 commit dfc0bd2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"dependencies": {
"@alwatr/logger": "^1.1.2",
"@alwatr/signal": "^1.1.2",
"@alwatr/util": "^1.2.0",
"tslib": "^2.6.2"
}
Expand Down
1 change: 0 additions & 1 deletion packages/fetch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"references": [
{"path": "../logger"},
{"path": "../util"},
{"path": "../signal"},
{"path": "../type"}
]
}
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true, // temporary for fix import json issue
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"lib": ["ES2023", "DOM"],
// "allowJs": true,
// "checkJs": true,
// "jsx": "preserve",
Expand Down
15 changes: 0 additions & 15 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,10 @@
// packages
{"path": "./packages/logger"},
{"path": "./packages/fetch"},
{"path": "./packages/signal"},
{"path": "./packages/signal2"},
{"path": "./packages/context"},
{"path": "./packages/server-context"},
{"path": "./packages/router"},
{"path": "./packages/router2"},
{"path": "./packages/i18n"},
{"path": "./packages/i18n2"},
{"path": "./packages/math"},
{"path": "./packages/nano-server"},
{"path": "./packages/storage-engine"},
{"path": "./packages/storage-client"},
{"path": "./packages/crypto"},
{"path": "./packages/validator"},
{"path": "./packages/util"},
{"path": "./packages/fsm"},
{"path": "./packages/fsm2"},
{"path": "./packages/type"},
{"path": "./packages/fract"},

// demo
{"path": "./demo"},
Expand Down

0 comments on commit dfc0bd2

Please sign in to comment.