lx-music-desktop/tsconfig.json

22 lines
807 B
JSON

{
// https://github.com/tsconfig/bases#recommended-tsconfigjson
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"allowJs": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"outDir": "./dist",
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
// "paths": { /* Specify a set of entries that re-map imports to additional lookup locations. */
// "@common/*": ["common/*"],
// "@renderer/*": ["renderer/*"],
// "@main/*": ["main/*"],
// // "@lyric/*": ["renderer-lyric/*"],
// "@static/*": ["static/*"],
// "@root/*": ["./*"],
// },
},
}