From e5c361f18dbe46c708b63588555eb5799ab83b64 Mon Sep 17 00:00:00 2001 From: Luc Patiny Date: Mon, 15 Apr 2024 12:19:30 +0200 Subject: [PATCH] chore: update dependency and fix TS errors --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b95e9a2..364d953 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@lukeed/uuid": "^2.0.1", "cheminfo-types": "^1.7.3", "ml-peak-shape-generator": "^4.1.2", - "ml-savitzky-golay-generalized": "^4.0.1", + "ml-savitzky-golay-generalized": "^4.1.1", "ml-spectra-fitting": "^4.2.3", "ml-spectra-processing": "^14.3.0" } diff --git a/tsconfig.json b/tsconfig.json index ce5aa64..eb8f531 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "moduleResolution": "node", "outDir": "lib", "noImplicitAny": false, + "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "es2020"