chore: initialize monorepo tooling
This commit is contained in:
10
apps/miniapp/package.json
Normal file
10
apps/miniapp/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@personal-brand/miniapp",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .ts",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"clean": "rimraf dist"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user