# extendify/0.10.2/jsconfig.json

Extendify, version 0.10.2. 11 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.2/code/jsconfig.json
- Raw: https://pluginprobe.com/plugins/extendify/0.10.2/raw/jsconfig.json
- Modified: 2022-08-25T21:16:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.10.2/code/jsconfig.json#L10-L20`.

```json
{
    "compilerOptions": {
        "baseUrl": "./",
        "paths": {
            "@library/*": ["./src/Library/*"],
            "@onboarding/*": ["./src/Onboarding/*"],
            "@assist/*": ["./src/Assist/*"]
        }
    }
}

```
