summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/misskey-bubble-game/package.json3
-rw-r--r--packages/misskey-js/package.json2
-rw-r--r--packages/misskey-reversi/package.json1
3 files changed, 4 insertions, 2 deletions
diff --git a/packages/misskey-bubble-game/package.json b/packages/misskey-bubble-game/package.json
index 5a6b952e07..9de7ba005f 100644
--- a/packages/misskey-bubble-game/package.json
+++ b/packages/misskey-bubble-game/package.json
@@ -2,6 +2,7 @@
"type": "module",
"name": "misskey-bubble-game",
"version": "0.0.1",
+ "types": "./built/dts/index.d.ts",
"exports": {
".": {
"import": "./built/esm/index.js",
@@ -15,7 +16,7 @@
"scripts": {
"build": "node ./build.js",
"build:tsc": "npm run tsc",
- "tsc": "npm run ts-esm && npm run ts-dts",
+ "tsc": "npm run tsc-esm && npm run tsc-dts",
"tsc-esm": "tsc --outDir built/esm",
"tsc-dts": "tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap true",
"watch": "nodemon -w src -e ts,js,cjs,mjs,json --exec \"pnpm run build:tsc\"",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 06c3ce6b54..661f9e53f2 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -19,7 +19,7 @@
"ts": "npm run ts-esm && npm run ts-dts",
"ts-esm": "tsc --outDir built/esm",
"ts-dts": "tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap true",
- "watch": "nodemon -w src -e ts,js,cjs,mjs,json --exec \"pnpm run build\"",
+ "watch": "nodemon -w src -e ts,js,cjs,mjs,json --exec \"pnpm run ts\"",
"tsd": "tsd",
"api": "pnpm api-extractor run --local --verbose",
"api-prod": "pnpm api-extractor run --verbose",
diff --git a/packages/misskey-reversi/package.json b/packages/misskey-reversi/package.json
index bd8d4b498c..52d497d3f8 100644
--- a/packages/misskey-reversi/package.json
+++ b/packages/misskey-reversi/package.json
@@ -2,6 +2,7 @@
"type": "module",
"name": "misskey-reversi",
"version": "0.0.1",
+ "types": "./built/dts/index.d.ts",
"exports": {
".": {
"import": "./built/esm/index.js",