2021-11-01 12:17:56 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2021-11-01 16:49:28 +08:00
|
|
|
"root/*": ["./*"],
|
2021-11-11 12:46:00 +08:00
|
|
|
"@/*": ["src/renderer/*"]
|
2021-11-01 12:17:56 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|