File tree 2 files changed +10
-15
lines changed
2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " toastr-ng2" ,
3
- "version" : " 1.5.5 " ,
3
+ "version" : " 1.5.6 " ,
4
4
"description" : " Toastr for Angular 2" ,
5
5
"main" : " ./toastr.js" ,
6
6
"typings" : " ./toastr.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"declaration" : true ,
4
- "target" : " es5" ,
5
- "module" : " commonjs" ,
6
- "lib" : [" es6" , " dom" ],
7
- "moduleResolution" : " node" ,
8
- "outDir" : " ../../deploy" ,
9
- "sourceMap" : true ,
10
4
"emitDecoratorMetadata" : true ,
11
5
"experimentalDecorators" : true ,
12
- "removeComments" : false ,
6
+ "lib" : [" es6" , " dom" ],
7
+ "mapRoot" : " ./" ,
8
+ "module" : " commonjs" ,
9
+ "moduleResolution" : " node" ,
13
10
"noImplicitAny" : true ,
14
11
"suppressImplicitAnyIndexErrors" : true ,
15
- "typeRoots" : [
16
- " ../../node_modules/@types/"
17
- ]
12
+ "outDir" : " ../../deploy" ,
13
+ "sourceMap" : true ,
14
+ "target" : " es5" ,
15
+ "types" : []
18
16
},
19
17
"angularCompilerOptions" : {
20
18
"genDir" : " ../../deploy"
21
- },
22
- "exclude" : [
23
- " node_modules"
24
- ]
19
+ }
25
20
}
You can’t perform that action at this time.
0 commit comments