Skip to content

Commit

Permalink
fix: tsconfig should be empty init
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Nov 19, 2024
1 parent ebd744d commit 7b13fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/next-modes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class NextInstance {
protected _url: string
protected _parsedUrl: URL
protected packageJson?: PackageJson = {}
protected tsconfig?: Record<string, unknown> = {}
protected tsconfig?: Record<string, unknown>
protected basePath?: string
public env: Record<string, string>
public forcedPort?: string
Expand Down

0 comments on commit 7b13fc6

Please sign in to comment.