create-bananass
Version:
Create a Bananass framework project for solving Baekjoon problems with JavaScript/TypeScript.🍌
20 lines (18 loc) • 422 B
JavaScript
/** @type {import('bananass').ConfigObject} */
export default {
// Add your custom Bananass configuration here.
//
// For example:
//
// entryDir: 'bananass',
// outDir: '.bananass',
// browser: {
// secretMode: false,
// }
// build: {
// templateType: 'fs',
// }
// ...
};
// Please take a look at https://bananass.lumir.page
// which contains all the available configurations and options.