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