Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
b03f6a7e7bfea8580e71ea6429250f758afebc39
/
.
/
tsconfig.frontend.json
blob: daaeccb060b2a55181f2fe6101c1a2239974d308 [
file
] [
log
] [
blame
] [
raw
]
{
"extends"
:
"./tsconfig.base.json"
,
"compilerOptions"
:
{
/*
Module
resolution
*/
"target"
:
"es5"
,
"rootDirs"
:
[
"./static"
,
"./types"
],
/*
Code
generation
*/
"inlineSources"
:
true
,
}
}