Remove unused typedoc option that is deprecated (#8433)

* Remove unused typedoc option that is deprecated

* Improved filtering for top level file changes
This commit is contained in:
Evert Timberg 2021-02-15 15:25:10 -05:00 committed by GitHub
parent 5baafac8ad
commit 19a91bebfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -34,13 +34,19 @@ jobs:
filters: |
docs:
- 'docs/**'
- 'package.json'
- 'tsconfig.json'
src:
- 'src/**'
- 'package.json'
test:
- 'test/**'
- 'karma.conf.js'
- 'package.json'
types:
- 'types/**'
- 'package.json'
- 'tsconfig.json'
- name: Install
run: npm ci
- name: Build

View File

@ -14,7 +14,6 @@
"name": "Chart.js",
"entryPoints": ["src/index.esm.js"],
"excludeExternals": true,
"excludeNotExported": true,
"includeVersion": true,
"out": "./dist/docs/typedoc"
},