Skip to content

Commit

Permalink
[Build] add common to tsconfig
Browse files Browse the repository at this point in the history
Need to include common to be compiled down with the release
artifact.

Issue resolved:
opensearch-project#410

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Apr 15, 2022
1 parent 5421f98 commit 16d8c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboards-notifications/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"public/**/*",
"utils/**/*",
"models/**/*",
"test/**/*"
"test/**/*",
"common/**/*"
],
"exclude": ["node_modules", "*/node_modules/"],
"compilerOptions": {
Expand Down

0 comments on commit 16d8c1a

Please sign in to comment.