Skip to content

Commit

Permalink
updated ts config and related file (opensearch-project#882) (opensear…
Browse files Browse the repository at this point in the history
…ch-project#884)

(cherry picked from commit 7b2a6f6)

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d8b86b1 commit b7de1e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .opensearch_dashboards-plugin-helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"yarn.lock",
".yarnrc",
"{lib,public,server,webpackShims,translations,utils,models,test,common,types}/**/*",
"!__tests__"
"!__tests__",
"config.ts"
]
}
11 changes: 10 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
"extends": "../../tsconfig.json",

// tell the TypeScript compiler where to find your source files
"include": ["server/**/*", "public/**/*", "utils/**/*", "models/**/*", "test/**/*", "common/**/*", "types/**/*"],
"include": [
"server/**/*",
"public/**/*",
"utils/**/*",
"models/**/*",
"test/**/*",
"common/**/*",
"types/**/*",
"config.ts"
],
"exclude": ["node_modules", "*/node_modules/"],
"compilerOptions": {
"skipLibCheck": true,
Expand Down

0 comments on commit b7de1e5

Please sign in to comment.