mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
chore: fix rollup.config.ts types
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
declare module 'rollup-plugin-uglify' {
|
||||||
|
export function uglify (): any
|
||||||
|
}
|
||||||
|
declare module 'rollup-plugin-shim' {
|
||||||
|
export default function shim(options: any): any
|
||||||
|
}
|
||||||
+2
-1
@@ -6,6 +6,7 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"suppressImplicitAnyIndexErrors": true,
|
"suppressImplicitAnyIndexErrors": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
@@ -16,6 +17,6 @@
|
|||||||
"test/*": ["test/*"]
|
"test/*": ["test/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [ "*.ts", "src", "test", "benchmark" ],
|
"all": true,
|
||||||
"exclude": [ "node_modules", "dist" ]
|
"exclude": [ "node_modules", "dist" ]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user