mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Remove path aliases for the self folder from configs (#4825)
# Description of Changes Remove path aliases from self folder (e.g. remove `@core` from `tsconfig.core.json`). It's not necessary and using it means that it's impossible for the other folders to override the behaviour. The only reason we should currently be using `@core` is in `proprietary` where we need to explicitly import the `core` version of the thing we're overriding so that we can re-expose or use the objects.
This commit is contained in:
parent
8f94c7d7b0
commit
f3eed4428d
@ -4,8 +4,7 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"@app/*": [
|
"@app/*": [
|
||||||
"src/core/*"
|
"src/core/*"
|
||||||
],
|
]
|
||||||
"@core/*": ["src/core/*"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
"src/proprietary/*",
|
"src/proprietary/*",
|
||||||
"src/core/*"
|
"src/core/*"
|
||||||
],
|
],
|
||||||
"@proprietary/*": ["src/proprietary/*"],
|
|
||||||
"@core/*": ["src/core/*"]
|
"@core/*": ["src/core/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user