{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "dist", "baseUrl": ".", "paths": { "auth-connector/*": ["./source/auth-connector/source/*"] } }, "include": ["source/server/**/*"] }