Skip to content

Commit

Permalink
Remove obsolete jiti options
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 1, 2024
1 parent c07dfda commit dd7f191
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/knip/src/util/jiti.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { fileURLToPath } from 'node:url';
import { type JitiOptions, createJiti } from 'jiti';
import { DEFAULT_EXTENSIONS } from '../constants.js';
import { join } from './path.js';

const empty = join(fileURLToPath(import.meta.url), '../empty.js');

const options = {
interopDefault: true,
extensions: DEFAULT_EXTENSIONS,
esmResolve: false,
alias: {
'@rushstack/eslint-config/patch/modern-module-resolution': empty,
'@rushstack/eslint-patch/modern-module-resolution': empty,
Expand Down

0 comments on commit dd7f191

Please sign in to comment.