We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skipLibCheck
@types/node
1 parent e53f2d6 commit c9576c4Copy full SHA for c9576c4
simple-git/tsconfig.release.json
@@ -3,7 +3,8 @@
3
"compilerOptions": {
4
"composite": false,
5
"noEmit": false,
6
- "emitDeclarationOnly": true
+ "emitDeclarationOnly": true,
7
+ "skipLibCheck": true,
8
},
9
"exclude": ["node_modules", "test"],
10
"include": ["src/lib/**/*.ts", "typings/index.d.ts"]
0 commit comments