Add shared TypeScript package
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@zeavis/shared",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./app-status": "./src/app-status.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --project tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user