update misskey-js to the new templates
This commit is contained in:
parent
b25eb703ea
commit
4e30986cda
32 changed files with 258 additions and 409 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"typecheck": "pnpm run typecheck:generator && pnpm run typecheck:autogen && pnpm run typecheck:scripts",
|
||||
"typecheck:generator": "tsc -p tsconfig.generator.json --noEmit",
|
||||
"typecheck:autogen": "tsc -p tsconfig.autogen.json --noEmit",
|
||||
"typecheck:scripts": "tsc -p jsconfig.scripts.json --noEmit",
|
||||
"typecheck:scripts": "tsc -p tsconfig.scripts.json --noEmit",
|
||||
"lint": "pnpm typecheck && pnpm eslint"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue