UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
cache
/
tsconfig.lib.json
16 lines
(15 loc)
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"../tsconfig.lib.prod.json"
,
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"rootDir"
:
"."
,
"paths"
:
{
"@ohayo/*"
:
[
"../../dist/@ohayo/*"
]
}
}
,
"angularCompilerOptions"
:
{
"annotateForClosureCompiler"
:
true
,
"strictMetadataEmit"
:
false
,
"skipTemplateCodegen"
:
true
}
}