mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 15:35:03 +00:00
15 lines
584 B
JSON
15 lines
584 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
|
|
"paths": {
|
|
"#pdfcpu": ["../../shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper.server"],
|
|
},
|
|
"types": [
|
|
"vite/client",
|
|
"multer"
|
|
],
|
|
} /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
} |