UNPKG

angular4-lib-starter

Version:
39 lines (38 loc) 869 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "emitDecoratorMetadata": true, "suppressImplicitAnyIndexErrors": true, "declaration": false, "stripInternal": true, "experimentalDecorators": true, "skipLibCheck": true, "rootDir": "./tmp", "baseUrl": ".", "outDir": "./build", "typeRoots": [ "./node_modules/@types/" ] }, "files": [ "./tmp/public_api.ts" ], "include": [ "./tmp/browser-test-shim.ts", "./tmp/systemjs.config.ts", "./tmp/**/*.d.ts", "./tmp/**/*.spec.ts" ], "exclude": [ "**/node_modules" ], "angularCompilerOptions": { "annotateForClosureCompiler": true, "strictMetadataEmit": true, "skipTemplateCodegen": true, "flatModuleOutFile": "index.js", "flatModuleId": "angular4-lib-starter" } }