fix: use export = for typescript module definition
This commit is contained in:
parent
84f27d4bd8
commit
fa760967a2
4 changed files with 37 additions and 35 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"files": [
|
||||
"index.js",
|
||||
"templates.js",
|
||||
"types/index.d.ts"
|
||||
"types/index.d.ts",
|
||||
"types/options.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"color",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue