source:
extendify/tags/1.2.3/jsconfig.json
| Last change on this file was 2775809, checked in by , 3 years ago | |
|---|---|
| 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.