Skip to content

Commit

Permalink
description about where path should link to
Browse files Browse the repository at this point in the history
fixes #96
  • Loading branch information
jogibear9988 authored and justinfagnani committed Feb 18, 2022
1 parent f51d149 commit f893b20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ export type Module = JavaScriptModule;
export interface JavaScriptModule {
kind: 'javascript-module';

/**
* Path to the javascript file needed to be imported.
* (not the path for example to a typescript file.)
*/
path: string;

/**
Expand Down

0 comments on commit f893b20

Please sign in to comment.