{
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "lib": [
            "es6",
            "dom"
        ],
        "module": "commonjs",
        "noImplicitAny": true,
        "target": "es5",
        "typeRoots": [
            "./node_modules/@types",
            "./types"
        ],
        "types": [
            "@mapbox/polylabel",
            "@mapbox/unitbezier",
            "earcut",
            "falcor",
            "falcor-http-datasource",
            "jasmine",
            "latlon-geohash",
            "node",
            "pbf",
            "rbush",
            "s2-geometry",
            "three",
            "virtual-dom",
            "when"
        ]
    }
}
