Change module resolution, add side-effects and remove node flag
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"analyze": "tsdown --clean --no-fixed-extension --sourcemap source/index.ts && esbuild-analyzer dist/",
|
||||
"build": "tsdown --clean --sourcemap source/index.ts",
|
||||
@@ -62,8 +63,5 @@
|
||||
"vitest": "^4.0.17",
|
||||
"ajv-cli": "^5.0.0",
|
||||
"ts-json-schema-generator": "^2.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user