Update project to allow for ESM modules
This commit is contained in:
parent
c4ba04677d
commit
cd541ddd4f
6 changed files with 64 additions and 39 deletions
|
@ -1,4 +1,4 @@
|
|||
import IRedditResult from "./IRedditResult";
|
||||
import IRedditResult from "./IRedditResult.js";
|
||||
|
||||
export default interface IReturnResult {
|
||||
IsSuccess: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue