Skip to content

Commit e9232ad

Browse files
committed
js: Work around rollup/plugins#934
1 parent ad76506 commit e9232ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
"removeComments": true,
88
"declaration": true,
99
"outDir": "dist",
10+
"declarationDir": ".",
1011
"strict": true,
1112
"sourceMap": true,
1213
"declarationMap": true
1314
},
1415
"include": [
1516
"src/**/*"
1617
],
18+
"exclude": [
19+
"dist"
20+
],
1721
"typedocOptions": {
1822
"excludePrivate": true
1923
}

0 commit comments

Comments
 (0)