We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e49ed commit 8dc4960Copy full SHA for 8dc4960
1 file changed
client/tsconfig.cli.json
@@ -5,7 +5,8 @@
5
"module": "commonjs",
6
"outDir": "./bin",
7
"declaration": true,
8
- "declarationDir": "./bin/types"
+ "declarationDir": "./bin/types",
9
+ "skipLibCheck": true
10
},
11
"include": [
12
"platform/desktop/constants.ts",
0 commit comments