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 2739788 commit 3c4a340Copy full SHA for 3c4a340
packages/cubejs-cubestore-driver/tsconfig.json
@@ -9,7 +9,6 @@
9
"noImplicitAny": false,
10
"outDir": "dist",
11
"rootDir": ".",
12
- "baseUrl": ".",
13
- "experimentalDecorators": true
+ "baseUrl": "."
14
}
15
packages/cubejs-query-orchestrator/tsconfig.json
@@ -13,7 +13,6 @@
"strictNullChecks": false,
"strictFunctionTypes": false,
"strictBindCallApply": false,
16
- "strictPropertyInitialization": false,
17
+ "strictPropertyInitialization": false
18
},
19
0 commit comments