# extendify/0.5.0/jsconfig.json

Extendify, version 0.5.0. 9 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.5.0/code/jsconfig.json
- Raw: https://pluginprobe.com/plugins/extendify/0.5.0/raw/jsconfig.json
- Modified: 2022-02-23T01:03:38+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.5.0/code/jsconfig.json#L10-L20`.

```json
{
    "compilerOptions": {
        "baseUrl": "./",
        "paths": {
            "@extendify/*": ["src/*"]
        }
    }
}

```
