/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * Per-package vitest config that resolves @mailwoman/core subpath imports to source. Mirrors the * layout used in core/vitest.config.ts. */ declare const _default: import("vite").UserConfig; export default _default; //# sourceMappingURL=vitest.config.d.ts.map