sedvero
Version:
Angular for syntax highlighting with highlight.js
26 lines (25 loc) • 538 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./publish/src",
"baseUrl": "./",
"declaration": true,
"importHelpers": true,
"module": "es2015",
"sourceMap": true,
"target": "es2015",
"types": [
"node"
]
},
"files": [
"./__gen_lib/public_api.ts"
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "ngx-highlight-js"
}
}