Skip to content

Commit 17cbe84

Browse files
Fix docs workflow
1 parent 364315d commit 17cbe84

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: '12'
1616
- name: Install Typescript & TypeDoc
1717
run: npm install -g typescript typedoc
18+
- name: Install Package dependencies
19+
run: npm ci
1820
- name: Build with TypeDoc
1921
run: typedoc --excludeNotExported --excludePrivate --out docs src
2022
- name: Deploy to Github Pages

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"esModuleInterop": true,
34
"target": "ES5",
45
"lib": ["ES5", "ES6", "DOM"],
56
"sourceMap": true,

0 commit comments

Comments
 (0)