ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
18 lines (17 loc) • 430 B
JSON
{
"extends": "../tsconfig.lib.prod.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@ohayo/components/*": ["../../dist/@ohayo/components/*"],
"@ohayo/*": ["../../dist/@ohayo/*"]
}
},
"files": ["public_api.ts", "../typings.d.ts"],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"skipTemplateCodegen": true
}
}