diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2517aa4..6b7feca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,8 @@ "removeComments": true, "paths": { "#lib": ["./src/lib/index.js"] - } + }, + "skipLibCheck": true }, "include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.cjs"], "exclude": ["dist", "node_modules"] |