/** @type {import('next').NextConfig} */ const nextConfig = { // @nexarch/shl liegt als file:-Dependency mit TS-Quellen in node_modules — // Next.js transpiliert node_modules standardmäßig nicht, siehe web/shl/README.md. transpilePackages: ["@nexarch/shl"], }; export default nextConfig;