{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "baseUrl": ".", "paths": { "root/*": ["./*"], "@/*": ["src/renderer/*"] } } }