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,
|
||||
"declaration": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"baseUrl": ".",
|
||||
@@ -16,6 +17,6 @@
|
||||
"test/*": ["test/*"]
|
||||
}
|
||||
},
|
||||
"include": [ "*.ts", "src", "test", "benchmark" ],
|
||||
"all": true,
|
||||
"exclude": [ "node_modules", "dist" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user