Update src/node/consumer/esbuild.ts
Co-authored-by: Sleeyax <yourd3veloper@gmail.com>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { build } from "esbuild";
|
||||
import { readFileSync, rmSync } from "fs";
|
||||
|
||||
interface DevDependencies {
|
||||
[key: string]: string;
|
||||
}
|
||||
type DevDependencies = Record<string, string>
|
||||
|
||||
interface PackageJson {
|
||||
devDependencies?: DevDependencies;
|
||||
|
||||
Reference in New Issue
Block a user