mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
⚡️ perf: enable pro references and non-relative mod imports
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"files": [],
|
"compilerOptions": {
|
||||||
|
"composite": true, // Enables project references, necessary for the referenced tsconfigs
|
||||||
|
"baseUrl": ".", // Ensures the base directory for resolving non-relative module imports
|
||||||
|
"paths": {
|
||||||
|
"@src/*": ["src/*"] // Optional: adds path aliases if needed, adjust based on your structure
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": [], // No specific files to include at this level, as it's referencing other tsconfigs
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "./tsconfig.app.json" },
|
{ "path": "./tsconfig.app.json" },
|
||||||
{ "path": "./tsconfig.node.json" }
|
{ "path": "./tsconfig.node.json" }
|
||||||
|
Reference in New Issue
Block a user