Merge branch 'V2' into add_eslint_plugins_20250928

This commit is contained in:
Ludy
2025-11-05 16:22:19 +01:00
committed by GitHub
465 changed files with 29648 additions and 6167 deletions

View File

@@ -33,11 +33,13 @@
"baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
"paths": { /* Specify a set of entries that re-map imports to additional lookup locations. */
"@app/*": [
"src/desktop/*",
"src/proprietary/*",
"src/core/*"
],
"@core/*": ["src/core/*"],
"@proprietary/*": ["src/proprietary/*"]
"@desktop/*": ["src/desktop/*"],
"@proprietary/*": ["src/proprietary/*"],
"@core/*": ["src/core/*"]
},
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */