mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
# Description of Changes Move frontend code into `core` folder and add infrastructure for `proprietary` folder to include premium, non-OSS features
16 lines
226 B
JSON
16 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@app/*": [
|
|
"src/core/*"
|
|
],
|
|
"@core/*": ["src/core/*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"src/proprietary",
|
|
"node_modules"
|
|
]
|
|
}
|