Skip to content

Commit

Permalink
ZETA-7230: Update typescript type
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieGreenman committed Dec 5, 2023
1 parent e8029cd commit da475bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rz/nextjs/effects/library/nextjs-library.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { morphJson } from "../../../json/json-morph";
import { EditFileEffect } from "../../../morph/interfaces/morph.interface";
import { NextjsOptionalType } from "../../types/nextjs-types";

// returns package json as well, so can get package json data
export function returnRootTsConfig(filePathWithName: string, fileTree: string[], optionalTypes: AngularOptionalType[]): string[] {
export function returnRootTsConfig(filePathWithName: string, fileTree: string[], optionalTypes: NextjsOptionalType[]): string[] {
return ['tsconfig.base.json'];
}

Expand Down

0 comments on commit da475bc

Please sign in to comment.