UNPKG

ipsos-components

Version:

Material Design components for Angular

33 lines (32 loc) 891 B
// TypeScript config file that is used to compile the Universal App. All sources are compiled // inside of the output folder and therefore all paths can be relative to the output folder. { "compilerOptions": { "declaration": true, "stripInternal": false, "experimentalDecorators": true, "noUnusedParameters": true, "strictNullChecks": true, "module": "commonjs", "moduleResolution": "node", "outDir": ".", "rootDir": ".", "sourceMap": true, "target": "es2015", "lib": ["es2015", "dom"], "skipLibCheck": true, "types": [], "baseUrl": ".", "paths": { "@angular/material": ["./material"], "@angular/cdk/*": ["./cdk/*"], "@angular/material/*": ["./material/*"] } }, "files": [ "main.ts" ], "angularCompilerOptions": { "annotateForClosureCompiler": true } }