Skip to content

Commit 7b573c8

Browse files
committed
Fix RSC reference.
1 parent 96e3932 commit 7b573c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stack/rush-stack-compiler-3.5/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
2+
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
33

44
"compilerOptions": {
55
"rootDir": "src"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
2+
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
33
}

0 commit comments

Comments
 (0)