asajs configuration file
This commit is contained in:
parent
e75e45d056
commit
4ad9e832bd
10 changed files with 76 additions and 18 deletions
9
resources/asajs.config.cjs
Normal file
9
resources/asajs.config.cjs
Normal 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,
|
||||
},
|
||||
}
|
||||
Reference in a new issue