UNPKG
@rawmodel/schema
Version:
latest (3.3.4)
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
3.0.0-alpha9
3.0.0-alpha8
3.0.0-alpha7
3.0.0-alpha6
3.0.0-alpha5
3.0.0-alpha4
3.0.0-alpha3
3.0.0-alpha1
JSON Schema utils for RawModel.
github.com/rawmodel/framework
rawmodel/framework
@rawmodel/schema
/
tsconfig.json
13 lines
(12 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"noImplicitAny"
:
false
,
"removeComments"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
,
"declaration"
:
true
,
"experimentalDecorators"
:
true
}
}