import config from "../config.json" assert { type: "json" }; export type configType = typeof config; export { config }; export default config;