deps-upgrade(sso): ⬆️ Update TypeScript compiler options and critical SSO dependencies to resolve module resolution and enforce build consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7b08ea9db1
commit
296a68989a
1 changed files with 2 additions and 1 deletions
|
|
@ -4,10 +4,11 @@
|
|||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@features/bot-defense-backend-api": ["../../bot-defense/backend-api/src/index.ts"],
|
||||
"@/common/*": ["src/common/*"],
|
||||
"@/*": ["src/features/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"include": ["src/**/*", "../../bot-defense/backend-api/src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue