mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@open-archiver/backend/*": ["packages/backend/src/*"],
|
|
"@open-archiver/types": ["packages/types/src/index.ts"],
|
|
"@open-archiver/enterprise/*": ["packages/enterprise/src/*"]
|
|
}
|
|
}
|
|
}
|