Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
393fca8dd8950c47e0315e066a0631892c39daf5
/
.
/
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
,
}
}