Skip to content

Commit

Permalink
fix: cannot build svelte-tsc, svelte-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 11, 2022
1 parent 9699356 commit 79c31aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/svelte-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar-examples/svelte-tsc",
"version": "1.0.4",
"version": "1.0.4-patch.1",
"license": "MIT",
"files": [
"bin",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@volar-examples/svelte-language-core": "1.0.4",
"@volar-examples/svelte-typescript": "1.0.4"
"@volar-examples/svelte-typescript": "1.0.4-patch.1"
},
"peerDependencies": {
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar-examples/svelte-typescript",
"version": "1.0.4",
"version": "1.0.4-patch.1",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"path": "./vue-language-tools/vue-component-meta/tsconfig.build.json"
},
// Examples
{
"path": "./examples/svelte-tsc/tsconfig.build.json"
},
// IDE / tests
{
"path": "./tsconfig.json"
Expand Down

0 comments on commit 79c31aa

Please sign in to comment.