UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

12 lines (11 loc) 231 B
"use strict"; const jsconfig = () => ({ compilerOptions: { moduleResolution: "nodenext", target: "ES2021", checkJs: true, allowJs: true } }); module.exports = jsconfig; //# sourceMappingURL=jsconfig.json.js.map