From 65a559afe17575e43b8a35e672b50e0887dfeb8c Mon Sep 17 00:00:00 2001 From: Yury Uvarov Date: Tue, 7 Nov 2023 15:08:18 +0300 Subject: [PATCH 1/2] remove skipLibCheck --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dfd3a9df..efaa0e11 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "outDir": "./build/", "target": "ESNext", "allowJs": true, - "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, From b371e9198fc6afda27b7d1db925073eab1f73e12 Mon Sep 17 00:00:00 2001 From: Yury Uvarov Date: Tue, 7 Nov 2023 15:08:30 +0300 Subject: [PATCH 2/2] add import FormatDateString --- package/src/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/package/src/index.d.ts b/package/src/index.d.ts index 932beaa6..f4e77ea1 100644 --- a/package/src/index.d.ts +++ b/package/src/index.d.ts @@ -10,6 +10,7 @@ import { ISelection, IDOMTemplates, IVisibility, + FormatDateString, } from './types'; type Settings = {