Skip to content

Commit

Permalink
fix playlist tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Nov 1, 2023
1 parent 20c5ce1 commit 503e64a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oplayer/plugins",
"version": "1.0.9-playlist.0",
"version": "1.0.9-playlist.1",
"description": "oplayer's plugin",
"type": "module",
"main": "dist/index.es.js",
Expand Down
6 changes: 5 additions & 1 deletion packages/plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"rootDir": ".",
"outDir": "dist"
},
"include": ["src", "../../global.d.ts"]
"include": [
"src",
"index.ts",
"../../global.d.ts"
]
}

1 comment on commit 503e64a

@vercel
Copy link

@vercel vercel bot commented on 503e64a Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

oplayer – ./

oplayer-git-main-shiyiya.vercel.app
oplayer-shiyiya.vercel.app
oplayer.vercel.app

Please sign in to comment.