UNPKG
ts-tco
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
Utility for flattening tail recursion in TypeScript
ts-tco
/
tsconfig.json
7 lines
•
96 B
JSON
View Raw
1
2
3
4
5
6
7
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"ES5"
,
"strict"
:
true
,
}
}