angular2-materialize
Version:
Angular 2 support for Materialize CSS framework
31 lines (30 loc) • 722 B
JSON
// This file is used by ngc to create the files in the build directory
{
"compilerOptions": {
"declaration": true,
"module": "es2015",
"target": "es5",
"baseUrl": ".",
"stripInternal": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"outDir": "../build",
"rootDir": ".",
"lib": [
"es2015",
"dom"
],
"skipLibCheck": true,
// Don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
"types": []
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"skipTemplateCodegen": true
},
"files": [
"./index.ts"
]
}