Skip to content

Commit

Permalink
fix: DiscordREST package.json import
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Feb 10, 2023
1 parent f55e7b9 commit 0aee00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DiscordREST.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { millis } from "@effect/data/Duration"
import Pkg from "../package.json" assert { type: "json" }
import Pkg from "./package.json" assert { type: "json" }
import { ResponseWithData, RestResponse } from "./DiscordREST/types.js"
import {
rateLimitFromHeaders,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist",
"resolveJsonModule": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"moduleResolution": "NodeNext",
"module": "ESNext",
Expand Down

0 comments on commit 0aee00b

Please sign in to comment.