fix repl rollup config

This commit is contained in:
Yanzhen Yu
2018-11-14 13:15:37 +08:00
parent 7845e74ae5
commit 8b4eb5caf0
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);