|
95 | 95 | "experimentalDecorators": true,
|
96 | 96 | "resolveJsonModule": true,
|
97 | 97 |
|
98 |
| - "baseUrl": "../", |
99 | 98 | "paths": {
|
100 |
| - "sentry/*": ["static/app/*"], |
101 |
| - "sentry-fixture/*": ["tests/js/fixtures/*"], |
102 |
| - "sentry-test/*": ["tests/js/sentry-test/*"], |
103 |
| - "getsentry-test/*": ["tests/js/getsentry-test/*"], |
104 |
| - "sentry-images/*": ["static/images/*"], |
105 |
| - "sentry-locale/*": ["src/sentry/locale/*"], |
106 |
| - "sentry-logos/*": ["src/sentry/static/sentry/images/logos/*"], |
107 |
| - "sentry-fonts/*": ["static/fonts/*"], |
108 |
| - "getsentry/*": ["static/gsApp/*"], |
109 |
| - "getsentry-images/*": ["static/images/*"], |
110 |
| - "admin/*": ["static/gsAdmin/*"] |
| 99 | + "sentry/*": ["../static/app/*"], |
| 100 | + "sentry-fixture/*": ["../tests/js/fixtures/*"], |
| 101 | + "sentry-test/*": ["../tests/js/sentry-test/*"], |
| 102 | + "getsentry-test/*": ["../tests/js/getsentry-test/*"], |
| 103 | + "sentry-images/*": ["../static/images/*"], |
| 104 | + "sentry-locale/*": ["../src/sentry/locale/*"], |
| 105 | + "sentry-logos/*": ["../src/sentry/static/sentry/images/logos/*"], |
| 106 | + "sentry-fonts/*": ["../static/fonts/*"], |
| 107 | + "getsentry/*": ["../static/gsApp/*"], |
| 108 | + "getsentry-images/*": ["../static/images/*"], |
| 109 | + "admin/*": ["../static/gsAdmin/*"] |
111 | 110 | },
|
112 | 111 |
|
113 | 112 | "plugins": [
|
|
0 commit comments