diff --git a/tsconfig.json b/tsconfig.json index 3783c50..2a4a15d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,10 +6,11 @@ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ "strict": true, /* Enable all strict type-checking options. */ + "skipLibCheck": true, "paths": { "@loggify/*": ["./src/*.ts"], "@loggify": ["./src/index.ts"] - } + }, }, "exclude": [ "dist",