Skip to content

Commit

Permalink
build: fix type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Apr 29, 2024
1 parent 3ffedbf commit 272be77
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 30 deletions.
15 changes: 15 additions & 0 deletions .changeset/happy-mayflies-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@hydrofoil/shaperone-playground-examples": patch
"@hydrofoil/shaperone-playground": patch
"@hydrofoil/shaperone-core": patch
"@hydrofoil/shaperone-core-tests": patch
"@hydrofoil/shaperone-hydra": patch
"@hydrofoil/shaperone-rdf-validate-shacl": patch
"@shaperone/testing": patch
"@hydrofoil/shaperone-wc": patch
"@hydrofoil/shaperone-wc-material": patch
"@hydrofoil/shaperone-wc-shoelace": patch
"@hydrofoil/shaperone-wc-vaadin": patch
---

Build: fixes some incorrect imports in generated d.ts files
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"target": "es2019",
"module": "NodeNext",
"baseUrl": "./",
"forceConsistentCasingInFileNames": true,
"moduleResolution": "NodeNext",
"declaration": true,
Expand Down

0 comments on commit 272be77

Please sign in to comment.