mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-07-29 06:53:48 +00:00
22 lines
454 B
JSON
22 lines
454 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@primora/shared-types": [
|
|
"packages/shared-types/src"
|
|
],
|
|
"@primora/api-client": [
|
|
"packages/api-client/src"
|
|
]
|
|
}
|
|
}
|
|
}
|