Skip to content

Commit

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

0 comments on commit 9cba322

Please sign in to comment.