Skip to content

Commit

Permalink
fix: exclude named-references.source.json from src
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Mar 4, 2024
1 parent c1be453 commit 92d1653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/process-named-references.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as fs from 'fs';
import * as path from 'path';
import * as namedReferences from '../src/named-references.source.json';
import * as namedReferences from './named-references.source.json';

const getObjectEntries = Object.entries as <T>(obj: T) => [keyof T, T[keyof T]][];

Expand Down

0 comments on commit 92d1653

Please sign in to comment.