UNPKG
srtrain
Version:
latest (1.0.0)
1.0.0
Node.js SRT train unofficial SDK
github.com/danieluhm2004/srtrain
danieluhm2004/srtrain
srtrain
/
tsconfig.json
15 lines
(14 loc)
•
335 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"commonjs"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"declaration"
:
true
}
}