Skip to content

Commit

Permalink
Fix types build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Apr 16, 2023
1 parent 608334d commit 7d46deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"test": "vitest run",
"build:code": "vite build",
"build:types": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist --skipLibCheck",
"build:types": "tsc",
"build": "pnpm build:code && pnpm build:types"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"jsx": "react-jsx",
"baseUrl": "src",
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit 7d46deb

Please sign in to comment.