11 lines
505 B
JSON
Raw Normal View History

{
"compilerOptions": {
2024-01-28 19:14:53 +01:00
"module": "ESNext",
"moduleResolution": "Bundler",
2023-11-21 14:57:58 +01:00
"esModuleInterop": true,
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
"paths": {
"#pdfcpu": ["../../shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper.server"],
2024-02-27 21:51:03 +01:00
}
} /* Specify a set of entries that re-map imports to additional lookup locations. */
}