YesPlayMusic/paths.json

10 lines
168 B
JSON
Raw Normal View History

2022-03-13 14:40:38 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["packages/renderer/src/*"]
}
}
}