Skip to content

Commit f893b20

Browse files
jogibear9988justinfagnani
authored andcommitted
description about where path should link to
fixes #96
1 parent f51d149 commit f893b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export type Module = JavaScriptModule;
5555
export interface JavaScriptModule {
5656
kind: 'javascript-module';
5757

58+
/**
59+
* Path to the javascript file needed to be imported.
60+
* (not the path for example to a typescript file.)
61+
*/
5862
path: string;
5963

6064
/**

0 commit comments

Comments
 (0)