Skip to content

Commit 90390d9

Browse files
committed
fix ts config
1 parent 65193e1 commit 90390d9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
},
2727
"author": "Cube Dev, Inc.",
2828
"dependencies": {
29-
"@typescript-eslint/eslint-plugin": "^4.17.0",
3029
"core-js": "^3.34.0",
3130
"lerna": "^8.2.1"
3231
},

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"references": [
4+
{
5+
"path": "packages/cubejs-client-core"
6+
},
47
{
58
"path": "packages/cubejs-client-ws-transport"
69
},
@@ -28,9 +31,6 @@
2831
{
2932
"path": "packages/cubejs-cubestore-driver"
3033
},
31-
{
32-
"path": "packages/cubejs-client-core"
33-
},
3434
{
3535
"path": "packages/cubejs-query-orchestrator"
3636
},

0 commit comments

Comments
 (0)