UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

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