mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-10 10:09:52 +05:30
fix: path
This commit is contained in:
parent
d9e694cb0e
commit
82e51b6f91
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { InitialValuesType } from './types';
|
import { InitialValuesType } from './types';
|
||||||
import { compressWithGhostScript } from '@lib/ghostscript/worker-init';
|
import { compressWithGhostScript } from '../../../../lib/ghostscript/worker-init';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compresses a PDF file using either Ghostscript WASM (preferred)
|
* Compresses a PDF file using either Ghostscript WASM (preferred)
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,7 @@
|
||||||
"@tools/*": ["./tools/*"],
|
"@tools/*": ["./tools/*"],
|
||||||
"@assets/*": ["./assets/*"],
|
"@assets/*": ["./assets/*"],
|
||||||
"@components/*": ["./components/*"],
|
"@components/*": ["./components/*"],
|
||||||
"@utils/*": ["./utils/*"],
|
"@utils/*": ["./utils/*"]
|
||||||
"@lib/*": ["./lib/*"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "./@types"],
|
"include": ["src", "./@types"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue