Add index.d.ts to package.json so it will be installed by npm
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"index.js",
|
||||
"lib",
|
||||
"pjax.js",
|
||||
"pjax.min.js"
|
||||
"pjax.min.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"types": "index.d.ts",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user