UNPKG
dsc-auth
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
An Oauth platform built on Qr Codes for DSC
github.com/technophilic/DSCAuth
technophilic/DSCAuth
dsc-auth
/
src
/
tsconfig.json
10 lines
•
194 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES6"
,
"jsx"
:
"react"
,
"importHelpers"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
}
}