Skip to content

Commit

Permalink
js: Work around rollup/plugins#934
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Jul 12, 2021
1 parent 1cfbc09 commit 7e57116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/tsconfig.json
Expand Up @@ -7,13 +7,17 @@
"removeComments": true,
"declaration": true,
"outDir": "dist",
"declarationDir": ".",
"strict": true,
"sourceMap": true,
"declarationMap": true
},
"include": [
"src/**/*"
],
"exclude": [
"dist"
],
"typedocOptions": {
"excludePrivate": true
}
Expand Down

0 comments on commit 7e57116

Please sign in to comment.