workspace setup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@manga-app/shared",
|
||||
"private": true,
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user