{ | |
"compilerOptions": { | |
"baseUrl": ".", | |
"declaration": true, | |
"stripInternal": true, | |
"experimentalDecorators": 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, | |
"lib": [ | |
"es2015", | |
"dom" | |
] | |
}, | |
"files": [ | |
"index.ts" | |
], | |
"angularCompilerOptions": { | |
"strictMetadataEmit": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment