|
9 | 9 | "removeComments": false,
|
10 | 10 | "noImplicitAny": false,
|
11 | 11 | "suppressImplicitAnyIndexErrors": true,
|
12 |
| - "types": [] |
13 |
| - }, |
| 12 | + "types": [], |
| 13 | + "baseUrl": ".", |
| 14 | + "paths": { |
| 15 | + "ui/*": ["node_modules/tns-core-modules/ui/*"], |
| 16 | + "platform": ["node_modules/tns-core-modules/platform"], |
| 17 | + "image-source": ["node_modules/tns-core-modules/image-source"], |
| 18 | + "xml": ["node_modules/tns-core-modules/xml"], |
| 19 | + "xhr": ["node_modules/tns-core-modules/xhr"], |
| 20 | + "text": ["node_modules/tns-core-modules/text"], |
| 21 | + "data": ["node_modules/tns-core-modules/data"], |
| 22 | + "fetch": ["node_modules/tns-core-modules/fetch"], |
| 23 | + "trace": ["node_modules/tns-core-modules/trace"], |
| 24 | + "fps-meter": ["node_modules/tns-core-modules/fps-meter"], |
| 25 | + "color": ["node_modules/tns-core-modules/color"], |
| 26 | + "application-settings": ["node_modules/tns-core-modules/application-settings"], |
| 27 | + "http": ["node_modules/tns-core-modules/http"], |
| 28 | + "camera": ["node_modules/tns-core-modules/camera"], |
| 29 | + "console": ["node_modules/tns-core-modules/console"], |
| 30 | + "timer": ["node_modules/tns-core-modules/timer"], |
| 31 | + "utils": ["node_modules/tns-core-modules/utils"], |
| 32 | + "location": ["node_modules/tns-core-modules/location"], |
| 33 | + "file-system": ["node_modules/tns-core-modules/file-system"], |
| 34 | + "application": ["node_modules/tns-core-modules/application"], |
| 35 | + "image-asset": ["node_modules/tns-core-modules/image-asset"], |
| 36 | + "connectivity": ["node_modules/tns-core-modules/connectivity"], |
| 37 | + "globals": ["node_modules/tns-core-modules/globals"] |
| 38 | + |
| 39 | + } |
| 40 | + }, |
14 | 41 | "exclude": [
|
15 | 42 | "node_modules",
|
16 | 43 | "platforms"
|
|
0 commit comments