@syncfusion/ej2-angular-maps 26.2.10 → 27.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -160
- package/package.json +9 -9
- package/schematics/collection.json +10 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -10,165 +10,6 @@
|
|
|
10
10
|
|
|
11
11
|
### Maps
|
|
12
12
|
|
|
13
|
-
#### Bug fixes
|
|
14
|
-
|
|
15
|
-
- `#I613689` - The position of the image markers will now be correctly adjusted when the `offset` property is set.
|
|
16
|
-
|
|
17
|
-
## 26.2.8 (2024-08-06)
|
|
18
|
-
|
|
19
|
-
### Maps
|
|
20
|
-
|
|
21
|
-
#### Bug fixes
|
|
22
|
-
|
|
23
|
-
- `#I613689` - The position of the image markers will now be correctly adjusted when the `offset` property is set.
|
|
24
|
-
|
|
25
|
-
## 26.2.4 (2024-07-24)
|
|
26
|
-
|
|
27
|
-
### Maps
|
|
28
|
-
|
|
29
|
-
#### Bug fixes
|
|
30
|
-
|
|
31
|
-
- `#I605665` - The star shapes in the marker will now be rendered correctly.
|
|
32
|
-
|
|
33
|
-
## 26.1.41 (2024-07-09)
|
|
34
|
-
|
|
35
|
-
### Maps
|
|
36
|
-
|
|
37
|
-
#### Bug fixes
|
|
38
|
-
|
|
39
|
-
- `#I605665` - The star shapes in the marker will now be rendered correctly.
|
|
40
|
-
|
|
41
|
-
## 25.2.5 (2024-05-21)
|
|
42
|
-
|
|
43
|
-
### Maps
|
|
44
|
-
|
|
45
|
-
#### Bug fixes
|
|
46
|
-
|
|
47
|
-
- `#I585591` - When setting different sizes for the Maps, the `latitude` and `longitude` values from the `tooltipRender` event will now be proper.
|
|
48
|
-
- `#I584215` - Markers will now be rendered properly when the left mouse click is on hold and mouse wheel action is performed.
|
|
49
|
-
- `#I584211` - Markers will now be in proper position when the panning action is performed in the Maps when the marker animation is in progress.
|
|
50
|
-
|
|
51
|
-
## 25.2.4 (2024-05-14)
|
|
52
|
-
|
|
53
|
-
### Maps
|
|
54
|
-
|
|
55
|
-
#### Bug Fixes
|
|
56
|
-
|
|
57
|
-
- `#I583752` - Legends for the markers will now maintain the toggled state when zoomed in or out.
|
|
58
|
-
- `#I584887` - Exceptions will no longer be thrown when toggling the legend by enabling the `removeDuplicateLegend` property in the Maps.
|
|
59
|
-
- `#I584215` - Panning will now work properly when the Maps is zoomed to the maximum level using keyboard interaction.
|
|
60
|
-
|
|
61
|
-
## 25.2.3 (2024-05-08)
|
|
62
|
-
|
|
63
|
-
### Maps
|
|
64
|
-
|
|
65
|
-
#### Bug Fixes
|
|
66
|
-
|
|
67
|
-
- `#I561947` - The duration of the tooltip in the Maps on the mobile device can be changed using the `duration` property in `tooltipSettings`. When the value is set to **0**, the tooltip will not be removed.
|
|
68
|
-
- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
|
|
69
|
-
|
|
70
|
-
## 25.1.41 (2024-04-23)
|
|
71
|
-
|
|
72
|
-
### Maps
|
|
73
|
-
|
|
74
|
-
#### Bug Fixes
|
|
75
|
-
|
|
76
|
-
- `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming.
|
|
77
|
-
- `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning.
|
|
78
|
-
|
|
79
|
-
## 25.1.40 (2024-04-16)
|
|
80
|
-
|
|
81
|
-
### Maps
|
|
82
|
-
|
|
83
|
-
#### Bug Fixes
|
|
84
|
-
|
|
85
|
-
- `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
|
|
86
|
-
- `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.
|
|
87
|
-
|
|
88
|
-
## 25.1.37 (2024-03-26)
|
|
89
|
-
|
|
90
|
-
### Maps
|
|
91
|
-
|
|
92
|
-
#### Bug Fixes
|
|
93
|
-
|
|
94
|
-
- `#I566503` - The shape map in the sublayer is now properly synchronized with the tile images in the base layer when panning the Maps.
|
|
95
|
-
|
|
96
|
-
## 25.1.35 (2024-03-15)
|
|
97
|
-
|
|
98
|
-
### Maps
|
|
99
|
-
|
|
100
|
-
#### New Features
|
|
101
|
-
|
|
102
|
-
- `#I544447` - Maps will display data labels with improved performance when multiple layers are set.
|
|
103
|
-
- `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.
|
|
104
|
-
- The tooltip and its template can now be displayed over the polygon shapes in the Maps. Tooltip templates can include custom items such as images, text, and HTML elements.
|
|
105
|
-
|
|
106
|
-
## 24.2.4 (2024-02-06)
|
|
107
|
-
|
|
108
|
-
### Maps
|
|
109
|
-
|
|
110
|
-
#### Bug Fixes
|
|
111
|
-
|
|
112
|
-
- `#I545401`, `#I547542` - Markers will be rendered properly in the correct location when they are added dynamically by clicking over a custom shape map.
|
|
113
|
-
- `#I545484` - Exceptions will no longer be thrown when the markers are dragged at the maximum zoom level.
|
|
114
|
-
|
|
115
|
-
## 24.1.47 (2024-01-23)
|
|
116
|
-
|
|
117
|
-
### Maps
|
|
118
|
-
|
|
119
|
-
#### New Features
|
|
120
|
-
|
|
121
|
-
- `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.
|
|
122
|
-
|
|
123
|
-
## 24.1.41 (2023-12-18)
|
|
124
|
-
|
|
125
|
-
### Maps
|
|
126
|
-
|
|
127
|
-
#### New Features
|
|
128
|
-
|
|
129
|
-
- `#I492437` - `minLatitude`, `maxLatitude`, `minLongitude` and `maxLongitude` properties are now available in the event arguments of `zoom` and `pan` events to provide the coordinates of the visible area of the Maps. `getMinMaxLatitudeLongitude` method is also available to provide these coordinate values dynamically.
|
|
130
|
-
- Polygon shapes can now be displayed over map layers by using the appropriate data source. Polygon shapes in Maps can be customized, selected, and highlighted using the properties available.
|
|
131
|
-
|
|
132
|
-
#### Bug Fixes
|
|
133
|
-
|
|
134
|
-
- `#523327` - The Maps no longer zooms when clicked on the tooltip template in the Maps component with the `zoomOnClick` property set to true.
|
|
135
|
-
|
|
136
|
-
## 23.2.7 (2023-12-05)
|
|
137
|
-
|
|
138
|
-
### Maps
|
|
139
|
-
|
|
140
|
-
#### Bug Fixes
|
|
141
|
-
|
|
142
|
-
- `#519916` - When set as an object in the array, the `navigationLineSettings` property will now be updated.
|
|
143
|
-
|
|
144
|
-
## 23.1.42 (2023-10-24)
|
|
145
|
-
|
|
146
|
-
### Maps
|
|
147
|
-
|
|
148
|
-
#### Bug Fixes
|
|
149
|
-
|
|
150
|
-
- `#I511944` - When the marker template is clicked, the `markerClick` event will now work properly.
|
|
151
|
-
|
|
152
|
-
## 23.1.40 (2023-10-10)
|
|
153
|
-
|
|
154
|
-
### Maps
|
|
155
|
-
|
|
156
|
-
#### Bug Fixes
|
|
157
|
-
|
|
158
|
-
- `#I504008` - The zoom factor of the Maps will now be properly updated when the `zoomByPosition` method is called in the `zoom` event.
|
|
159
|
-
|
|
160
|
-
## 23.1.38 (2023-09-26)
|
|
161
|
-
|
|
162
|
-
### Maps
|
|
163
|
-
|
|
164
|
-
#### Bug Fixes
|
|
165
|
-
|
|
166
|
-
- `#I497871` - After adding a marker using the `addMarker` method, marker locations will now be correct when zooming and panning is performed on the Maps.
|
|
167
|
-
|
|
168
|
-
## 23.1.36 (2023-09-15)
|
|
169
|
-
|
|
170
|
-
### Maps
|
|
171
|
-
|
|
172
13
|
#### New Features
|
|
173
14
|
|
|
174
15
|
- An animation transition will now occur when the data labels are first rendered.
|
|
@@ -548,7 +389,7 @@
|
|
|
548
389
|
#### Bug Fixes
|
|
549
390
|
|
|
550
391
|
- `#I240833` - Some labels disappear when you change "colorMapping" and refresh the map issue has been fixed.
|
|
551
|
-
- `I240804` - The issue with dynamically updating the zoom factor has been fixed
|
|
392
|
+
- `I240804` - The issue with dynamically updating the zoom factor has been fixed.
|
|
552
393
|
- `I241873` - The issue with zooming the map component with a single click has been fixed
|
|
553
394
|
|
|
554
395
|
## 17.2.35 (2019-07-17)
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-maps@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-maps@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-maps@16.42.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-YMw//uEh0uKPLh0fqBKFzndLLcpI4x7VMTd4k0HGJ3/Y8aK0fyNV+ES/TMuPkBWle2Ydh4Y1S3ne8/JLbN6eSQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-maps",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-16.42.7.tgz",
|
|
23
|
+
"_shasum": "bed8fad9bb4e811b2c65faee188b4260220323dc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-maps@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-maps": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~27.1.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~27.1.48",
|
|
36
|
+
"@syncfusion/ej2-maps": "27.1.48",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"typings": "syncfusion-ej2-angular-maps.d.ts",
|
|
74
|
-
"version": "
|
|
74
|
+
"version": "27.1.48"
|
|
75
75
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
2
|
+
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
+
"schematics": {
|
|
4
|
+
"ng-add": {
|
|
5
|
+
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
+
"factory": "./ng-add",
|
|
7
|
+
"schema": "./ng-add/schema.json"
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
+
return schematics_1.install(options, libOptions);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
|
|
2
|
-
import { install } from '@syncfusion/ej2-angular-base/schematics';
|
|
3
|
-
import { OptionsSchema, LibOptionsSchema } from './schema';
|
|
4
|
-
import { Rule } from '@angular-devkit/schematics';
|
|
5
|
-
|
|
6
|
-
export default function (options: OptionsSchema): Rule {
|
|
7
|
-
const libOptions: LibOptionsSchema = Object.assign({},
|
|
8
|
-
{ 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
|
|
9
|
-
return install(options, libOptions);
|
|
10
|
-
}
|
|
1
|
+
import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
|
|
2
|
+
import { install } from '@syncfusion/ej2-angular-base/schematics';
|
|
3
|
+
import { OptionsSchema, LibOptionsSchema } from './schema';
|
|
4
|
+
import { Rule } from '@angular-devkit/schematics';
|
|
5
|
+
|
|
6
|
+
export default function (options: OptionsSchema): Rule {
|
|
7
|
+
const libOptions: LibOptionsSchema = Object.assign({},
|
|
8
|
+
{ 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
|
|
9
|
+
return install(options, libOptions);
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "ngAdd",
|
|
4
|
-
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"skipPackageJson": {
|
|
8
|
-
"type": "boolean",
|
|
9
|
-
"default": false,
|
|
10
|
-
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
-
},
|
|
12
|
-
"modules": {
|
|
13
|
-
"type": "string",
|
|
14
|
-
"default": "",
|
|
15
|
-
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
-
},
|
|
17
|
-
"modulePath": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"default": "",
|
|
20
|
-
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
-
},
|
|
22
|
-
"theme": {
|
|
23
|
-
"enum": [
|
|
24
|
-
"material",
|
|
25
|
-
"fabric",
|
|
26
|
-
"bootstrap",
|
|
27
|
-
"highcontrast"
|
|
28
|
-
],
|
|
29
|
-
"default": "material",
|
|
30
|
-
"description": "Used to change the theme that needs to be imported"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"required": []
|
|
34
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export interface OptionsSchema {
|
|
2
|
-
// Whether to skip package.json install.
|
|
3
|
-
skipPackageJson: boolean;
|
|
4
|
-
|
|
5
|
-
// Used to specify required module names
|
|
6
|
-
modules: string;
|
|
7
|
-
|
|
8
|
-
// Used to specify custom module path
|
|
9
|
-
modulePath: string;
|
|
10
|
-
|
|
11
|
-
// Used to specify theme name
|
|
12
|
-
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
-
|
|
14
|
-
// Name of the project to target.
|
|
15
|
-
project?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface LibOptionsSchema {
|
|
19
|
-
// Package name
|
|
20
|
-
pkgName: string;
|
|
21
|
-
|
|
22
|
-
// Package version
|
|
23
|
-
pkgVer: string;
|
|
24
|
-
|
|
25
|
-
// Library base module name
|
|
26
|
-
moduleName: string;
|
|
27
|
-
|
|
28
|
-
// Theme version
|
|
29
|
-
themeVer: string;
|
|
30
|
-
}
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
// Whether to skip package.json install.
|
|
3
|
+
skipPackageJson: boolean;
|
|
4
|
+
|
|
5
|
+
// Used to specify required module names
|
|
6
|
+
modules: string;
|
|
7
|
+
|
|
8
|
+
// Used to specify custom module path
|
|
9
|
+
modulePath: string;
|
|
10
|
+
|
|
11
|
+
// Used to specify theme name
|
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
+
|
|
14
|
+
// Name of the project to target.
|
|
15
|
+
project?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface LibOptionsSchema {
|
|
19
|
+
// Package name
|
|
20
|
+
pkgName: string;
|
|
21
|
+
|
|
22
|
+
// Package version
|
|
23
|
+
pkgVer: string;
|
|
24
|
+
|
|
25
|
+
// Library base module name
|
|
26
|
+
moduleName: string;
|
|
27
|
+
|
|
28
|
+
// Theme version
|
|
29
|
+
themeVer: string;
|
|
30
|
+
}
|
package/schematics/tsconfig.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": ["es2017", "dom"],
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"moduleResolution": "node",
|
|
6
|
-
"noEmitOnError": false,
|
|
7
|
-
"skipDefaultLibCheck": true,
|
|
8
|
-
"skipLibCheck": true,
|
|
9
|
-
"sourceMap": true,
|
|
10
|
-
"target": "es6",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"types": [
|
|
13
|
-
"jasmine",
|
|
14
|
-
"node"
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
|
-
"exclude": [
|
|
18
|
-
"node_modules",
|
|
19
|
-
"src",
|
|
20
|
-
"src/**/*.ts",
|
|
21
|
-
"spec",
|
|
22
|
-
"spec/**/*.ts",
|
|
23
|
-
"@typings"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|