Skip to content

Commit

Permalink
fix node_modules path, upgrade babel/core, keep jest only in scripts-…
Browse files Browse the repository at this point in the history
…core
  • Loading branch information
smouillour committed Oct 12, 2023
1 parent 1c21fdd commit c2e4f94
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 109 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
shamefully-hoist=true
#shamefully-hoist=true
#node-linker=hoisted
#symlink=false
prefer-workspace-packages=true
#link-workspace-packages=false
#link-workspace-packages=deep
#strict-peer-dependencies=true
#public-hoist-pattern[]=*storybook*
2 changes: 1 addition & 1 deletion packages/design-system/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@talend/scripts-config-typescript/tsconfig.json",
"include": [
"../../node_modules/cypress",
"node_modules/cypress",
"cypress/**/*",
".storybook/docs/**/*",
"src/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-designer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"allowJs": false,
"incremental": true,
"module": "CommonJs",
"typeRoots": ["src/customTypings/index.d", "../../node_modules/@types"]
"typeRoots": ["src/customTypings/index.d", "node_modules/@types"]
}
}
2 changes: 1 addition & 1 deletion packages/jsfc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../node_modules/@talend/scripts-config-typescript/tsconfig.json",
"extends": "@talend/scripts-config-typescript/tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"declaration": true,
Expand Down
Loading

0 comments on commit c2e4f94

Please sign in to comment.