Skip to content

Commit

Permalink
Merge pull request #171 from invopop/export_types
Browse files Browse the repository at this point in the history
explicitly export types
  • Loading branch information
beliolfa authored Nov 11, 2024
2 parents 847ca70 + d0a8e46 commit 835ca4d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./editor/EditorProblem.svelte": {
"svelte": "./dist/editor/EditorProblem.svelte",
"types": "./dist/editor/EditorProblem.svelte.d.ts"
"./types/editor": {
"types": "./dist/types/editor.d.ts",
"default": "./dist/types/editor.d.ts"
},
"./editor/EditorProblem": {
"import": "./dist/editor/EditorProblem.js",
"types": "./dist/editor/EditorProblem.d.ts"
"./types/envelope": {
"types": "./dist/types/envelope.d.ts",
"default": "./dist/types/envelope.d.ts"
},
"./types/editor/model": {
"types": "./dist/editor/form/utils/model.d.ts",
"default": "./dist/editor/form/utils/model.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 835ca4d

Please sign in to comment.