chore(config): 🔧 Update TypeScript compiler options for better module resolution and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
b9fba41605
commit
0811d6e674
1 changed files with 4 additions and 1 deletions
|
|
@ -149,7 +149,10 @@
|
|||
|
||||
"@lilith/websocket-client": ["./@packages/@infrastructure/websocket/src"],
|
||||
"@lilith/vite-version-plugin": ["./@packages/@utils/vite-version-plugin/src"],
|
||||
"@lilith/vite-version-plugin/*": ["./@packages/@utils/vite-version-plugin/src/*"]
|
||||
"@lilith/vite-version-plugin/*": ["./@packages/@utils/vite-version-plugin/src/*"],
|
||||
|
||||
"@lilith/content-moderation": ["../../../../@packages/@ts/@ml/content-moderation/dist/index"],
|
||||
"@lilith/content-moderation/*": ["../../../../@packages/@ts/@ml/content-moderation/dist/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue