UNPKG
@rawmodel/parser
Version:
latest (3.0.0-alpha0)
3.0.0-alpha0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.0
Parser and type casting for RawModel.
github.com/rawmodel/framework
rawmodel/framework
@rawmodel/parser
/
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
}
}