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