Skip to content

Commit

Permalink
fix(ts) move dts file to types/
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 19, 2023
1 parent a519f18 commit 40412dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"build:webpack": "LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) webpack",
"build:webpack-dev": "webpack --mode development",
"build:tsc": "tsc --build --clean && tsc",
"gen-types": "tsc --declaration --emitDeclarationOnly --out index.js",
"gen-types": "tsc --declaration --emitDeclarationOnly --out types/index.d.ts",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"postinstall": "patch-package",
Expand All @@ -81,6 +81,7 @@
},
"browser": "dist/umd/lib-jitsi-meet.min.js",
"module": "dist/esm/JitsiMeetJS.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"**/*.spec.ts",
"*.conf*.js",
"index.js",
"index.d.ts",
"lib-jitsi-meet.*.js",
"webpack*.js",
]
Expand Down

0 comments on commit 40412dd

Please sign in to comment.