mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-07-29 06:53:48 +00:00
initiall commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user