@software-scientists/ngx-star-rating
Version:
Simple Angular rating control from angular2 application using fontawesome icon.
29 lines • 561 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2020",
"moduleResolution": "node",
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"ngx-star-rating": [
"dist/ngx-star-rating"
],
"ngx-star-rating/*": [
"dist/ngx-star-rating/*"
]
}
}
}