Skip to content

Commit a8d7c0a

Browse files
authored
chore(new): remove types array from tsconfig (#1699)
1 parent 3ad3f85 commit a8d7c0a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

addon/ng2/blueprints/ng2/files/__path__/tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"target": "es5",
1313
"typeRoots": [
1414
"../node_modules/@types"
15-
],
16-
"types": [
17-
"jasmine"
1815
]
1916
}
2017
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/rimraf": "0.0.25-alpha",
3838
"@types/webpack": "^1.12.22-alpha",
3939
"angular2-template-loader": "^0.4.0",
40-
"awesome-typescript-loader": "^2.1.1",
40+
"awesome-typescript-loader": "^2.2.1",
4141
"chalk": "^1.1.3",
4242
"compression-webpack-plugin": "^0.3.1",
4343
"copy-webpack-plugin": "^3.0.1",

0 commit comments

Comments
 (0)