mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
22 lines
700 B
JSON
22 lines
700 B
JSON
{
|
|
// https://github.com/tsconfig/bases#recommended-tsconfigjson
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"allowJs": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
// "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/*": ["./*"],
|
|
// },
|
|
},
|
|
}
|