diff --git a/template/tsconfig.json b/template/tsconfig.json index 26f17a56..87abee54 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -45,7 +45,7 @@ "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ - "skipLibCheck": false, /* Skip type checking of declaration files. */ + "skipLibCheck": true, /* Skip type checking of declaration files. */ "resolveJsonModule": true /* Allows importing modules with a ‘.json’ extension, which is a common practice in node projects. */ /* Source Map Options */