asajs configuration file

This commit is contained in:
Asaki Yuki 2026-01-30 03:33:27 +07:00
parent e75e45d056
commit 4ad9e832bd
10 changed files with 76 additions and 18 deletions

View file

@ -0,0 +1,9 @@
/**
* Configuration object for the AsaJS build process.
* @type {import('asajs/config.d.ts').Config}
*/
export const config = {
compiler: {
enabled: true,
},
}