We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65193e1 commit 90390d9Copy full SHA for 90390d9
package.json
@@ -26,7 +26,6 @@
26
},
27
"author": "Cube Dev, Inc.",
28
"dependencies": {
29
- "@typescript-eslint/eslint-plugin": "^4.17.0",
30
"core-js": "^3.34.0",
31
"lerna": "^8.2.1"
32
tsconfig.json
@@ -1,6 +1,9 @@
1
{
2
"extends": "./tsconfig.base.json",
3
"references": [
4
+ {
5
+ "path": "packages/cubejs-client-core"
6
+ },
7
8
"path": "packages/cubejs-client-ws-transport"
9
@@ -28,9 +31,6 @@
"path": "packages/cubejs-cubestore-driver"
33
- {
- "path": "packages/cubejs-client-core"
- },
34
35
"path": "packages/cubejs-query-orchestrator"
36
0 commit comments