Skip to content

Commit

Permalink
Merge branch 'alex/smarter-draw-ranges' of github.com:specklesystems/…
Browse files Browse the repository at this point in the history
…speckle-server into alex/smarter-draw-ranges
  • Loading branch information
AlexandruPopovici committed Apr 1, 2024
2 parents 4a26a89 + 11f754a commit cee08c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/viewer/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const config = {
typescript2({
tsconfigOverride: {
sourceMap: sourcemap
}
},
tsconfig: './tsconfig.build.json'
}),
babel({
extensions: [...DEFAULT_EXTENSIONS, '.ts', '.tsx'],
Expand Down
4 changes: 4 additions & 0 deletions packages/viewer/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["dist", "test"]
}

0 comments on commit cee08c6

Please sign in to comment.