UNPKG
@wearesage/schema
Version:
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
A flexible schema definition and validation system for TypeScript with multi-database support
@wearesage/schema
/
tsconfig.json
10 lines
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"ES2018"
,
"moduleResolution"
:
"node"
,
"experimentalDecorators"
:
true
,
"emitDecoratorMetadata"
:
true
,
"strictPropertyInitialization"
:
false
,
"esModuleInterop"
:
true
}
}