Plugin Directory

source: extendify/tags/1.2.3/jsconfig.json

Last change on this file was 2775809, checked in by extendify, 3 years ago

Update to version 0.9.5 from GitHub

File size: 233 bytes
Line 
1{
2    "compilerOptions": {
3        "baseUrl": "./",
4        "paths": {
5            "@library/*": ["./src/Library/*"],
6            "@onboarding/*": ["./src/Onboarding/*"],
7            "@assist/*": ["./src/Assist/*"]
8        }
9    }
10}
Note: See TracBrowser for help on using the repository browser.