mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 07:55:07 +00:00
10 lines
467 B
JSON
10 lines
467 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
|
|
"paths": {
|
|
"#pdfcpu": ["../../shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper.server"],
|
|
}
|
|
} /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
} |