@conterra/ct-mapapps-typings

4.18.1-next.20240522042117 • 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"
    ]
}

/@conterra/ct-mapapps-typings/

    Package Sidebar

    Install

    npm i @conterra/ct-mapapps-typings

    Weekly Downloads

    5,581

    Version

    4.18.1-next.20240522042117

    License

    Apache-2.0

    Unpacked Size

    683 kB

    Total Files

    440

    Last publish

    Collaborators

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