2026-07-06 17:28:59 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2020",
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"lib": ["ES2020"],
|
|
|
|
|
"strict": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipLibCheck": true,
|
2026-07-17 11:47:43 +00:00
|
|
|
"outDir": "dist",
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"auth-connector/*": ["./source/auth-connector/source/*"]
|
|
|
|
|
}
|
2026-07-06 17:28:59 +00:00
|
|
|
},
|
2026-07-12 12:01:01 +00:00
|
|
|
"include": ["source/server/**/*"]
|
2026-07-06 17:28:59 +00:00
|
|
|
}
|