Skip to content

Commit

Permalink
revert incorrect extends
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 8, 2024
1 parent 194eb82 commit e8ff76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/projects/project-ref/a/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": ["index.ts"],
"extends": "@tsconfig/node18",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../lib/a",
"declaration": true
Expand Down
2 changes: 1 addition & 1 deletion test/projects/project-ref/b/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": ["index.ts", "local/index.ts"],
"extends": "@tsconfig/node18",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../lib/b"
},
Expand Down

0 comments on commit e8ff76b

Please sign in to comment.