diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:53:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:53:00 +0530 |
| commit | 78e384c2f32996478edced59c837a348dec77e57 (patch) | |
| tree | dcc466dba156415249d33fbcab14c4e21392c6b0 /package.json | |
| parent | 6c7b4f308a0559f78bba763f259c05fc2e52d425 (diff) | |
| download | ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.tar.gz ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.zip | |
feat: adds basic md docs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 0a1b183..0f21658 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "scripts": { "build": "tsc", "cli": "ts-node src/index.ts", + "docs": "typedoc --plugin typedoc-plugin-markdown ./stdlib/*.ts", "format": "prettier --write ./**/*.ts", "postinstall": "yarn build", "prepublish": "yarn build" @@ -26,6 +27,8 @@ }, "devDependencies": { "prettier": "^2.8.3", - "ts-node": "^10.9.1" + "ts-node": "^10.9.1", + "typedoc": "^0.23.24", + "typedoc-plugin-markdown": "^3.14.0" } } |
