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"
|
||||
}
|
||||
}
|
||||
1
apps/miniapp/src/index.ts
Normal file
1
apps/miniapp/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const miniappName = "personal-brand-miniapp";
|
||||
5
apps/miniapp/tsconfig.json
Normal file
5
apps/miniapp/tsconfig.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": { "noEmit": true, "lib": ["ES2022"] },
|
||||
"include": ["src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user