Skip to content

Commit

Permalink
feat: add publishable core package
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagith committed Oct 9, 2024
1 parent 63933d4 commit 8890b16
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "@monorepo-typescript/core",
"version": "0.1.1",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build"
},
"devDependencies": {
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3"
}
}
78 changes: 78 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 8890b16

Please sign in to comment.