Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
a432c05de8871e146c9674c28ca4617a00ca04f7
/
.
/
tsconfig.pkg.json
blob: 68e3cbe4ba194d06ea0e918c64dff2b32822a6f0 [
file
] [
log
] [
blame
]
//
If
possible
,
don
'
t use tsconfig
.
pkg
.
json
.
//
Instead
,
use tsconfig
.
pkg_strict
.
json
.
{
"extends"
:
"./tsconfig.base.json"
,
"compilerOptions"
:
{
"declaration"
:
true
,
"inlineSources"
:
true
}
}