mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 22:52:34 +08:00
* build: update dependencies * build: update audit dependencies * chore: remove bootstrap * chore: update eslint config * build: fix lint * build: update esbuild loader --------- Co-authored-by: janniks <janniks@users.noreply.github.com>
8 lines
143 B
JSON
8 lines
143 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*", "tests/**/*"],
|
|
"typedocOptions": {
|
|
"entryPoints": ["src/index.ts"]
|
|
}
|
|
}
|