Skip to content

Commit 09a0037

Browse files
committed
Fix tsc error
1 parent dc3a068 commit 09a0037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Equals, Keys, AssertEqual } from "../utils/type-fu"
1010
* Extension
1111
*/
1212

13-
import { publisher, name, version } from "../../package.json"
13+
import { publisher, name, version } from "../package.json"
1414

1515
export const Package = {
1616
publisher,

0 commit comments

Comments
 (0)