Skip to content

Commit d295d21

Browse files
committed
[fix] dependency Type errors
1 parent ce1fb9e commit d295d21

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Lightweight **Rich Text Editor** toolkit based on [TypeScript][1]
44

55
[![NPM Dependency](https://david-dm.org/idea2app/Edkit.svg)][2]
6-
[![CI & CD](https://github.com/idea2app/Edkit/workflows/CI%20&%20CD/badge.svg)][3]
6+
[![CI & CD](https://github.com/idea2app/Edkit/actions/workflows/main.yml/badge.svg)][3]
77

88
[![NPM](https://nodei.co/npm/edkit.png?downloads=true&downloadRank=true&stars=true)][4]
99

@@ -70,5 +70,5 @@ https://ideapp.dev/React-MobX-Bootstrap-ts/#/component
7070

7171
[1]: https://www.typescriptlang.org/
7272
[2]: https://david-dm.org/idea2app/Edkit
73-
[3]: https://github.com/idea2app/Edkit/actions
73+
[3]: https://github.com/idea2app/Edkit/actions/workflows/main.yml
7474
[4]: https://nodei.co/npm/edkit/

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"moduleResolution": "Node",
66
"esModuleInterop": true,
77
"lib": ["ES2021", "DOM"],
8+
"skipLibCheck": true,
89
"declaration": true,
910
"outDir": "dist/"
1011
},

0 commit comments

Comments
 (0)