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