@operato/scene-openlayers 8.0.0-beta.1 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
- package/CHANGELOG.md +0 -263
- package/src/editors/index.ts +0 -0
- package/src/groups/geography.ts +0 -48
- package/src/groups/index.ts +0 -3
- package/src/index.ts +0 -2
- package/src/ol-marker.ts +0 -310
- package/src/ol-path.ts_x +0 -368
- package/src/openlayers.ts +0 -282
- package/src/templates/index.ts +0 -4
- package/src/templates/ol-marker.ts +0 -16
- package/src/templates/ol-path.ts +0 -16
- package/src/templates/openlayers.ts +0 -16
- package/tsconfig.json +0 -23
- package/tsconfig.tsbuildinfo +0 -1
package/tsconfig.json
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"target": "es2018",
|
4
|
-
"module": "esnext",
|
5
|
-
"moduleResolution": "node",
|
6
|
-
"noEmitOnError": true,
|
7
|
-
"lib": ["es2019", "dom"],
|
8
|
-
"strict": true,
|
9
|
-
"esModuleInterop": false,
|
10
|
-
"allowJs": true,
|
11
|
-
"allowSyntheticDefaultImports": true,
|
12
|
-
"experimentalDecorators": true,
|
13
|
-
"importHelpers": true,
|
14
|
-
"outDir": "dist",
|
15
|
-
"sourceMap": true,
|
16
|
-
"inlineSources": true,
|
17
|
-
"rootDir": "src",
|
18
|
-
"declaration": true,
|
19
|
-
"incremental": true,
|
20
|
-
"skipLibCheck": true
|
21
|
-
},
|
22
|
-
"include": ["**/*.ts", "*.d.ts"]
|
23
|
-
}
|