Skip to content

Commit

Permalink
Merge pull request #146 from uvarov-frontend/hotfix/skip_lib_check_false
Browse files Browse the repository at this point in the history
Hotfix/skip lib check false
  • Loading branch information
uvarov-frontend authored Nov 7, 2023
2 parents 281fbad + b371e91 commit 7cc0d8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
ISelection,
IDOMTemplates,
IVisibility,
FormatDateString,
} from './types';

type Settings = {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"outDir": "./build/",
"target": "ESNext",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
Expand Down

0 comments on commit 7cc0d8e

Please sign in to comment.