UNPKG

angular-tabs-component

Version:

A full featured tab component for Angular (2 and above, including 4).

37 lines (36 loc) 612 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "noEmit": true, "sourceMap": true, "declaration": false, "noImplicitAny": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, "lib": [ "es2015", "dom" ], "typeRoots" : [ "./node_modules/@types" ], "types": [ "jasmine", "karma", "node", "webpack", "webpack-env" ] }, "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*.spec.ts", "node_modules", "demo", "dist" ] }