ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
17 lines (16 loc) • 369 B
JSON
{
"extends": "../tsconfig.lib.prod.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@ohayo/acl": ["../../dist/@ohayo/acl"],
"@ohayo/util": ["../../dist/@ohayo/util"]
}
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"skipTemplateCodegen": true
}
}