mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
chore: fix test on windows 10
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
declare module 'rollup-plugin-uglify' {
|
||||
export function uglify (): any
|
||||
}
|
||||
declare module 'rollup-plugin-alias' {
|
||||
export default function alias(options: any): any
|
||||
declare module 'rollup-plugin-replace' {
|
||||
export default function replace(options: any): any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user