mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 04:40:39 -07:00
chore: adjust typings dir
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"./dist/liquid.node.cjs.js": "./dist/liquid.browser.umd.js",
|
||||
"./dist/liquid.node.esm.js": "./dist/liquid.browser.esm.js"
|
||||
},
|
||||
"types": "dist/src/index.d.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
|
||||
+4
-3
@@ -18,11 +18,12 @@ const treeshake = {
|
||||
const tsconfig = (target) => ({
|
||||
check: true,
|
||||
tsconfigOverride: {
|
||||
include: [ 'src' ],
|
||||
exclude: [ 'test', 'benchmark' ],
|
||||
include: ['src'],
|
||||
exclude: ['test', 'benchmark'],
|
||||
compilerOptions: {
|
||||
target,
|
||||
module: 'ES2015'
|
||||
module: 'ES2015',
|
||||
rootDir: 'src'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user