@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
9 lines • 319 B
TypeScript
export declare const defaultCompileSourceOptions: {
readonly maxDepth: undefined;
readonly split: false;
readonly keepRawCase: false;
readonly allowedSplitWords: undefined;
readonly storeSplitWordsAsCompounds: false;
readonly minCompoundLength: 4;
};
//# sourceMappingURL=configDefaults.d.ts.map