@conterra/ct-mapapps-typings

4.18.0-next.20240424035933 • Public • Published

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"
    ]
}

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @conterra/ct-mapapps-typings

Weekly Downloads

5,769

Version

4.18.0-next.20240424035933

License

Apache-2.0

Unpacked Size

683 kB

Total Files

441

Last publish

Collaborators

  • a.frank
  • jessebluemr
  • schneiderlars
  • julkuh
  • m-scherpi
  • mbeckem_conterra
  • conterrade