mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 18:30:58 +01:00
19 lines
436 B
Text
19 lines
436 B
Text
#
|
|
# Common config
|
|
################################################################################
|
|
|
|
--index "./README.md"
|
|
--package "./package.json"
|
|
--gh-ribbon "https://github.com/{package.repository}"
|
|
--output "doc"
|
|
--render "html"
|
|
--broken-links "throw"
|
|
|
|
|
|
#
|
|
# Paths with sources
|
|
################################################################################
|
|
|
|
lib/deflate.js
|
|
lib/inflate.js
|
|
index.js
|