ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
23 lines (22 loc) • 591 B
JSON
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"alwaysStrict": true,
"declaration": true,
"inlineSources": true,
"stripInternal": true
},
"files": ["public_api.ts", "typings.d.ts"],
"exclude": ["*.spec.ts"],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
}
}