Skip to content

Commit

Permalink
cleanup(js): revert uneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Dec 16, 2024
1 parent baa885d commit 4431e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/js/src/utils/typescript/configuration.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type { Tree } from '@nx/devkit';
import { dirname } from 'path';
import type { CompilerOptions, ParsedCommandLine, System } from 'typescript';
import type { CompilerOptions, System } from 'typescript';
import { ensureTypescript } from './ensure-typescript';
import { readTsConfig } from './ts-config';

type CompilerOptionsEnumProps = Pick<
CompilerOptions,
Expand Down

0 comments on commit 4431e86

Please sign in to comment.