fix repl rollup config

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent b6d8a7dc95
commit c30cc04548
2 changed files with 7 additions and 1 deletions

5
test.d.ts vendored
View File

@@ -8,6 +8,11 @@ declare module 'rollup-plugin-node-resolve' {
export = resolve;
}
declare module 'rollup-plugin-postcss' {
function postcss(options: any): any;
export = postcss;
}
declare module 'jest-snapshot' {
export class SnapshotState {
constructor(testFile: string, options: any);