UNPKG

ipsos-components

Version:

Material Design components for Angular

40 lines (39 loc) 1.19 kB
// TypeScript config file that is used to compile the experimental package into ES2015. { "compilerOptions": { "baseUrl": ".", "declaration": true, "stripInternal": false, "experimentalDecorators": true, "noUnusedParameters": true, "strictNullChecks": true, "importHelpers": true, "newLine": "lf", "module": "es2015", "moduleResolution": "node", "outDir": "../../dist/packages/material-experimental", "rootDir": ".", "sourceMap": true, "inlineSources": true, "target": "es2015", "lib": ["es2015", "dom"], "skipLibCheck": true, "types": [], "paths": { "@angular/material/*": ["../../dist/packages/material/*"], "@angular/material": ["../../dist/packages/material/public-api"], "@angular/cdk/*": ["../../dist/packages/cdk/*"], "@angular/cdk": ["../../dist/packages/cdk"] } }, "files": [ "public-api.ts" ], "angularCompilerOptions": { "annotateForClosureCompiler": true, "strictMetadataEmit": true, "flatModuleOutFile": "index.js", "flatModuleId": "@angular/material-experimental", "skipTemplateCodegen": true } }