lx-music-desktop/src/main/tsconfig.json
2023-08-17 17:49:47 +08:00

15 lines
374 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"typeRoots": [
"./types"
],
"paths": { /* Specify a set of entries that re-map imports to additional lookup locations. */
"@common/*": ["common/*"],
"@main/*": ["main/*"],
"@static/*": ["static/*"],
"@/*": ["./*"],
},
},
}