Skip to content

Commit 8dc4960

Browse files
authored
cli build fix (#1469)
1 parent 86e49ed commit 8dc4960

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/tsconfig.cli.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"module": "commonjs",
66
"outDir": "./bin",
77
"declaration": true,
8-
"declarationDir": "./bin/types"
8+
"declarationDir": "./bin/types",
9+
"skipLibCheck": true
910
},
1011
"include": [
1112
"platform/desktop/constants.ts",

0 commit comments

Comments
 (0)