liberry
Version:
liberry is a command utility to help you easily set up, develop, and host your own project pattern library.
33 lines • 1.04 kB
JSON
{
"packages": {
"src/app": {
"defaultExtension": "ts"
},
"node_modules": {
"defaultExtension": "js"
},
"liberry": {
"format": "global"
}
},
"map": {
"zone.js": "node_modules/zone.js/dist/zone.js",
"reflect-metadata": "node_modules/reflect-metadata/Reflect.js",
"crypto": "node_modules/crypto/sha1.js",
"app": "src/app",
"symbol-observable": "node_modules/symbol-observable/index.js",
"lodash": "node_modules/lodash/lodash.js",
"prismjs": "node_modules/prismjs/prism.js",
"@angular/router": "@angular/router-deprecated",
"ie-shim": "node_modules/ie-shim/dist/browser.js"
},
"paths": {
"@angular/*": "node_modules/@angular/*/index.js",
"rxjs/*": "node_modules/rxjs/*.js"
},
"transpiler": "typescript",
"typescriptOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}