4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import config from "./config.json" with { type: "json" };
|
|
import packageConfig from "../package.json" with { type: "json" };
|
|
|
|
export { config, packageConfig };
|