mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 17:24:59 -05:00
7 lines
261 B
TypeScript
7 lines
261 B
TypeScript
module.exports = {
|
|
enable: true,
|
|
mode: "simplify-seedable", // random | simplify | simplify-seedable
|
|
refreshClassConversionJson: false, // recommended set to true if not in production
|
|
allowExtensions: [".jsx", ".tsx", ".js", ".ts", ".html", ".rsc"],
|
|
};
|