fluidtrends/papanache

View on GitHub
lib/web/config/rules/ts.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
declare const _default: (opts?: any) => {
    test: RegExp;
    loader: string;
    exclude: RegExp;
    options: {
        transpileOnly: boolean;
        getCustomTransformers: () => {
            before: any[];
        };
        compilerOptions: {
            module: string;
        };
    };
}[];
export default _default;