24 lines
655 B
JSON
24 lines
655 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"lib": ["ES2022", "DOM"],
|
|
"strict": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@logger/shared-schema": ["packages/shared-schema/src/index.ts"],
|
|
"@logger/sdk": ["packages/sdk/src/index.ts"],
|
|
"@logger/collector": ["packages/collector/src/index.ts"],
|
|
"@logger/cli": ["packages/cli/src/index.ts"]
|
|
}
|
|
}
|
|
}
|