UNPKG

@carto/airship-bridge

Version:

Airship bridge to other libs (CARTO VL, CARTO.js)

30 lines (29 loc) 542 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "declaration": false, "experimentalDecorators": true, "lib": [ "dom", "es2017" ], "moduleResolution": "node", "module": "es2015", "target": "es5", "noUnusedLocals": true, "noUnusedParameters": true, "jsx": "react", "jsxFactory": "h", "outDir": "dist", "rootDir": "src" }, "include": [ "src" ], "exclude": [ "node_modules", "**/*.spec.ts", "dist" ] }