fix: deno types (#59)

This commit is contained in:
winston 2023-12-29 04:45:10 +01:00 committed by GitHub
parent 1ce383c2c5
commit 59ed5dd906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
mod.ts
View File

@ -1,4 +1,4 @@
import definitions from "@/palette.json" with { type: "json" };
import definitions from "./palette.json" with { type: "json" };
type Entries<T> = {
[K in keyof T]: [K, T[K]];