diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f9c480a..270c23d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,13 @@
-
+
-
+
+
+
+
@@ -227,11 +230,11 @@
+
-
@@ -408,14 +411,6 @@
-
-
- 1740662154978
-
-
-
- 1740662154978
-
1740665609483
@@ -800,7 +795,15 @@
1743644598841
-
+
+
+ 1743644703041
+
+
+
+ 1743644703042
+
+
@@ -847,7 +850,6 @@
-
@@ -872,7 +874,8 @@
-
+
+
diff --git a/src/lib/background-worker.js b/src/lib/ghostscript/background-worker.js
similarity index 100%
rename from src/lib/background-worker.js
rename to src/lib/ghostscript/background-worker.js
diff --git a/src/lib/gs-worker.js b/src/lib/ghostscript/gs-worker.js
similarity index 100%
rename from src/lib/gs-worker.js
rename to src/lib/ghostscript/gs-worker.js
diff --git a/src/lib/worker-init.js b/src/lib/ghostscript/worker-init.js
similarity index 100%
rename from src/lib/worker-init.js
rename to src/lib/ghostscript/worker-init.js
diff --git a/src/pages/tools/pdf/compress-pdf/service.ts b/src/pages/tools/pdf/compress-pdf/service.ts
index 81bd955..71de8aa 100644
--- a/src/pages/tools/pdf/compress-pdf/service.ts
+++ b/src/pages/tools/pdf/compress-pdf/service.ts
@@ -1,5 +1,5 @@
import { InitialValuesType } from './types';
-import { compressWithGhostScript } from '../../../../lib/worker-init';
+import { compressWithGhostScript } from '@lib/ghostscript/worker-init';
/**
* Compresses a PDF file using either Ghostscript WASM (preferred)
diff --git a/tsconfig.json b/tsconfig.json
index 8d21720..5ed0c3b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -20,7 +20,8 @@
"@tools/*": ["./tools/*"],
"@assets/*": ["./assets/*"],
"@components/*": ["./components/*"],
- "@utils/*": ["./utils/*"]
+ "@utils/*": ["./utils/*"],
+ "@lib/*": ["./lib/*"]
}
},
"include": ["src", "./@types"],