4.18.0-next.20240510040335 • Published 3 days ago

@conterra/ct-mapapps-typings v4.18.0-next.20240510040335

Weekly downloads
182
License
Apache-2.0
Repository
-
Last release
3 days ago

ct-mapapps-typings

Type definitions for ct-mapapps

Installation

npm install --save-dev @conterra/ct-mapapps-typings

Use in TypeScript module

tsconfig.json

{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "*": ["./src/main/js/bundles/*", "./node_modules/@conterra/ct-mapapps-typings/*"]
        }
    }
}

Use in JavaScript module

tsconfig.json

{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "*": ["./src/main/js/bundles/*", "./node_modules/@conterra/ct-mapapps-typings/*"]
        },
        "allowJs": true,
        "noEmit": true
    }
}

Additional recommended typings

We also recommend to install the declaration files for the ArcGIS JavaScript API and the Dojo Toolkit:

$ npm install @types/arcgis-js-api
$ npm install dojo-typings --save-dev
// tsconfig.json
{
    "include": [
        // ...
        "node_modules/dojo-typings/index.d.ts"
    ]
}
4.18.0-RC-2

10 days ago

4.18.0-RC-1

1 month ago

4.17.0

5 months ago

4.16.0

5 months ago

4.15.1

8 months ago

4.16.0-RC-1

6 months ago

4.15.0

12 months ago

4.15.0-RC-2

1 year ago

4.15.0-RC-1

1 year ago

4.14.3

1 year ago

4.14.2

1 year ago

4.14.1

1 year ago

4.14.0

2 years ago

4.13.2-PRE-1

2 years ago

4.13.1

2 years ago

4.13.0

2 years ago

4.12.3

2 years ago

4.12.2

2 years ago

4.12.1

3 years ago

4.12.0

3 years ago

4.11.1

3 years ago

4.11.0

3 years ago