File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11node_modules
22dist
3- coverage
3+ coverage
4+ typings /
Original file line number Diff line number Diff line change 1+ {
2+ // See https://go.microsoft.com/fwlink/?LinkId=759670
3+ // for the documentation about the jsconfig.json format
4+ "compilerOptions" : {
5+ "target" : " es6" ,
6+ "module" : " commonjs" ,
7+ "allowSyntheticDefaultImports" : true
8+ },
9+ "exclude" : [
10+ " node_modules" ,
11+ " bower_components" ,
12+ " jspm_packages" ,
13+ " tmp" ,
14+ " temp"
15+ ]
16+ }
Original file line number Diff line number Diff line change 5151 "raw-loader" : " ^0.5.1" ,
5252 "rimraf" : " ^2.5.1" ,
5353 "style-loader" : " ^0.13.0" ,
54+ "typings" : " ^1.3.1" ,
5455 "webpack" : " ^1.12.13" ,
5556 "webpack-dev-server" : " ^1.14.1"
5657 }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " angular-webpack-workflow" ,
3+ "dependencies" : {},
4+ "globalDependencies" : {
5+ "atom" : " registry:env/atom#1.6.0+20160612063716"
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments