Skip to content

Commit

Permalink
Use features in local-node-rig
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed Nov 20, 2024
1 parent ca3bf54 commit 5f2cacd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rigs/local-node-rig/profiles/default/config/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
"titleTemplate": "{title} ({filepath})"
}
]
]
],

"resolver": "@rushstack/heft-jest-plugin/lib/exports/jest-node-modules-symlink-resolver.js"
}
4 changes: 3 additions & 1 deletion rigs/local-node-rig/profiles/default/config/typescript.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",

"extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json"
"extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json",

"onlyResolveSymlinksInNodeModules": true
}

0 comments on commit 5f2cacd

Please sign in to comment.