Skip to content

Commit

Permalink
Revert "Add missing modules common and types (opensearch-project#875)"
Browse files Browse the repository at this point in the history
This reverts commit ba9c4f6.

Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Feb 28, 2024
1 parent 3d9e2fe commit 463cc2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .opensearch_dashboards-plugin-helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"tsconfig.json",
"yarn.lock",
".yarnrc",
"{lib,public,server,webpackShims,translations,utils,models,test,common,types}/**/*",
"!__tests__",
"config.ts"
"{lib,public,server,webpackShims,translations,utils,models,test}/**/*",
"!__tests__"
]
}
11 changes: 1 addition & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@
"extends": "../../tsconfig.json",

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

0 comments on commit 463cc2d

Please sign in to comment.