Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
a8d4a16973f0886d1f7b53125fa120253c68e28c
/
.
/
static
/
tsconfig.json
blob: 47f09956804aad076a1a8abe2041cfc46e23de16 [
file
] [
log
] [
blame
] [
raw
]
{
"compilerOptions"
:
{
/*
Module
options
*/
"target"
:
"es5"
,
"rootDir"
:
"."
,
/*
Code
emitting options
*/
"sourceMap"
:
true
,
"downlevelIteration"
:
true
,
"importHelpers"
:
true
,
/*
Interoperability
constraints
*/
"esModuleInterop"
:
true
,
}
}