Skip to content

Commit

Permalink
fix: fix tsconfig files to reference only one source
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jan 24, 2023
1 parent 397504a commit d9a7f71
Show file tree
Hide file tree
Showing 57 changed files with 806 additions and 4,180 deletions.
2 changes: 1 addition & 1 deletion demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "vite --host",
"build:demos": "vite build",
"build:demos": "npm run ts && vite build",
"preview": "vite preview",
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
},
Expand Down
Loading

0 comments on commit d9a7f71

Please sign in to comment.