Skip to content

Commit a36edf0

Browse files
committed
docs(typedoc): fix prime
1 parent ba58c82 commit a36edf0

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "dist/prime.umd.cjs",
77
"module": "dist/prime.js",
8-
"types": "dist/prime.d.ts",
8+
"types": "dist/index.d.ts",
99
"repository": "https://github.com/abichinger/vue-js-cron",
1010
"author": "Andreas Bichinger",
1111
"license": "MIT",

prime/typedoc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://typedoc.org/schema.json",
3+
"entryPoints": ["dist/index.d.ts"],
4+
"tsconfig": "tsconfig.typedoc.json",
5+
}

0 commit comments

Comments
 (0)