chore: Remove "sideEffects: false"

This commit is contained in:
Sidharth Vinod
2024-07-01 15:28:53 +05:30
parent efd5cf1c67
commit b5b2bc4aa5
2 changed files with 0 additions and 2 deletions

View File

@@ -134,7 +134,6 @@
"dist/",
"README.md"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
}

View File

@@ -6,7 +6,6 @@ import {
userNodeOverrides,
styles2String,
} from '$root/rendering-util/rendering-elements/shapes/handdrawnStyles.js';
// @ts-expect-error TODO: Fix rough typings
import rough from 'roughjs';
import { getConfig } from '$root/diagram-api/diagramAPI.js';