Skip to content

Commit 26ad60c

Browse files
committed
Resolve ambiguity between utils.json and utils.ts
1 parent b9e5385 commit 26ad60c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { test } from './utils.json';
1+
import { test } from './test.json';
22
// @ts-ignore package.json is outside rootDir
33
import { version } from '../package.json';
44

0 commit comments

Comments
 (0)