electron-vite-react/paths.json

10 lines
168 B
JSON
Raw Normal View History

2021-11-01 12:17:56 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
2021-12-14 14:19:59 +08:00
"baseUrl": "./",
2021-11-01 12:17:56 +08:00
"paths": {
2022-02-08 08:40:04 +08:00
"@/*": ["packages/renderer/src/*"]
2021-11-01 12:17:56 +08:00
}
}
2022-02-08 08:40:04 +08:00
}