Skip to content

Commit

Permalink
Merge pull request #963 from aleksandrjet/fix-solid-types
Browse files Browse the repository at this point in the history
fix: changed solid types path
  • Loading branch information
uNmAnNeR committed Dec 11, 2023
2 parents d126ddf + a9cbb7d commit 2274af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/solid-imask/package.json
Expand Up @@ -6,7 +6,7 @@
"description": "Solid input mask",
"main": "dist/solid-imask.js",
"module": "esm/index.js",
"types": "index.d.ts",
"types": "esm/index.d.ts",
"type": "module",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/solid-imask",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-imask/tsconfig.json
Expand Up @@ -7,6 +7,6 @@
"jsxImportSource": "solid-js",
"declaration": true,
"declarationMap": true,
"declarationDir": "./dist"
"declarationDir": "./esm"
}
}

0 comments on commit 2274af3

Please sign in to comment.