Skip to content

Commit 65450e8

Browse files
committed
don’t check typescript libs
1 parent 328e14e commit 65450e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
// "incremental": true, /* Enable incremental compilation */
1818
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
1919
// "removeComments": true, /* Do not emit comments to output. */
20-
// "noEmit": true, /* Do not emit outputs. */
20+
// "noEmit": true, /* Do not emit outputs. */
21+
"skipLibCheck": true,
2122
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
2223
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
2324
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */

0 commit comments

Comments
 (0)