Skip to content

Commit

Permalink
Fix #157
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jan 13, 2024
1 parent 5ac6e5b commit 81dcb39
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ _ignore/
.DS_Store
.rpt2_cache
public/

docs/
180 changes: 180 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"clean": "rimraf libs bundles",
"build:modules": "tsc -p .",
"build:bundles": "rollup -c --configPlugin=swc3",
"build:docs": "typedoc src/viewer.ts",
"build": "npm run build:modules && npm run build:bundles",
"format": "prettier src --write",
"test:lint": "eslint --ext .ts src",
Expand Down Expand Up @@ -58,6 +59,7 @@
"rimraf": "^3.0.2",
"rollup": "^3.20.7",
"rollup-plugin-swc3": "^0.8.1",
"typedoc": "^0.25.7",
"typescript": "^5.0.4"
}
}

0 comments on commit 81dcb39

Please sign in to comment.