Skip to content

Commit 3c4a340

Browse files
committed
chore: style
1 parent 2739788 commit 3c4a340

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/cubejs-cubestore-driver/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"noImplicitAny": false,
1010
"outDir": "dist",
1111
"rootDir": ".",
12-
"baseUrl": ".",
13-
"experimentalDecorators": true
12+
"baseUrl": "."
1413
}
1514
}

packages/cubejs-query-orchestrator/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"strictNullChecks": false,
1414
"strictFunctionTypes": false,
1515
"strictBindCallApply": false,
16-
"strictPropertyInitialization": false,
17-
"experimentalDecorators": true
16+
"strictPropertyInitialization": false
1817
},
1918
}

0 commit comments

Comments
 (0)