UNPKG

ol-cesium

Version:

OpenLayers Cesium integration library

29 lines (28 loc) 653 B
{ "compilerOptions": { "target": "ES2022", "lib": ["es2023", "dom"], "allowJs": true, "baseUrl": "./", "skipLibCheck": true, "moduleResolution": "Node", "module": "ES2022", "verbatimModuleSyntax": true, "outDir": "./lib", "inlineSourceMap": true, "noImplicitAny": true, "declarationMap": true, "forceConsistentCasingInFileNames": true, "paths": { "ol/*": ["node_modules/ol/*"] }, "declaration": true, "declarationDir": "./lib/types" }, "include": [ "src/**/*.ts" ], "typeAcquisition": { "enable": false } }