Skip to content

Commit 07ddb78

Browse files
add back the lib changes
1 parent 2cb5842 commit 07ddb78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
// "typeRoots": [], /* List of folders to include type definitions from. */
4949
// "types": [], /* Type declaration files to be included in compilation. */
5050
"allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
51-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
51+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
52+
"skipLibCheck": true /* Skip type checking of declaration files. */
5253
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
5354
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
5455

0 commit comments

Comments
 (0)