UNPKG

google-maps-ng2

Version:
36 lines 787 B
{ "compilerOptions": { "baseUrl": ".", "declaration": true, "stripInternal": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "strictNullChecks": true, "noImplicitAny": true, "module": "es2015", "moduleResolution": "node", "paths": { "@angular/core": ["node_modules/@angular/core"], "rxjs/*": ["node_modules/rxjs/*"] }, "rootDir": ".", "outDir": "dist", "sourceMap": true, "inlineSources": true, "target": "es5", "skipLibCheck": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "es2015", "dom" ] }, "files": [ "index.ts" ], "angularCompilerOptions": { "genDir": "dist", "strictMetadataEmit": true, "skipTemplateCodegen": true } }