Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 12, 2025
1 parent 2ff89d2 commit 6b321ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions test/integration/tsconfig-override/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!tsconfig.json
7 changes: 1 addition & 6 deletions test/integration/tsconfig-override/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler"
}
}
{ "compilerOptions": { "target": "es5" } }

0 comments on commit 6b321ae

Please sign in to comment.