import type { Config } from "jest";
const config: Config = {
preset: "ts-jest"
};
export default config;