UNPKG
ng2-contact-form
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
ng2-contact-form ================
github.com/ItEngine/ng2-contact-form
ItEngine/ng2-contact-form
ng2-contact-form
/
tsconfig.json
15 lines
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"system"
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"removeComments"
:
false
,
"noImplicitAny"
:
false
}
,
"exclude"
:
[
"node_modules"
]
}