Skip to content

Commit

Permalink
fix extends path
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 8, 2023
1 parent c427948 commit 4e5ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/api-documenter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./../../node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
"compilerOptions": {
"types": ["heft-jest", "node"],
"lib": ["ES2020"],
Expand Down

0 comments on commit 4e5ff8a

Please sign in to comment.