electron-vite-react/paths.json

10 lines
184 B
JSON
Raw Normal View History

2021-11-01 12:17:56 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"root/**": ["./**"],
"@/**": ["./react-ts/**"]
}
}
}