const jsconfig = () => ({
  compilerOptions: {
    moduleResolution: "nodenext",
    target: "ES2021",
    checkJs: true,
    allowJs: true
  }
});
export {
  jsconfig as default
};
//# sourceMappingURL=jsconfig.json.mjs.map
