Skip to content

Commit c8ebcd8

Browse files
authored
refactor: use reference type directive in dts (#20517)
1 parent f5853a0 commit c8ebcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

declarations.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="./node_modules/assemblyscript/dist/asc.generated.d.ts" />
1+
/// <reference types="assemblyscript/dist/asc.generated" />
22

33
type EXPECTED_ANY = any;
44
type EXPECTED_FUNCTION = Function;

0 commit comments

Comments
 (0)