chore: Add @types/systemjs
This commit is contained in:

committed by
Victor Berchet

parent
98936fdf16
commit
17f40fb75f
@ -18,7 +18,7 @@
|
|||||||
"target": "es5",
|
"target": "es5",
|
||||||
"lib": ["es2015", "dom"],
|
"lib": ["es2015", "dom"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"types": ["jasmine", "node", "angularjs"]
|
"types": ["jasmine", "node", "angularjs", "systemjs"]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./_common/*.ts",
|
"./_common/*.ts",
|
||||||
|
File diff suppressed because it is too large
Load Diff
3811
npm-shrinkwrap.json
generated
3811
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -31,6 +31,7 @@
|
|||||||
"@types/jasmine": "^2.2.22-alpha",
|
"@types/jasmine": "^2.2.22-alpha",
|
||||||
"@types/node": "^4.0.22-alpha",
|
"@types/node": "^4.0.22-alpha",
|
||||||
"@types/selenium-webdriver": "^2.53.35",
|
"@types/selenium-webdriver": "^2.53.35",
|
||||||
|
"@types/systemjs": "^0.19.32",
|
||||||
"angular": "^1.5.0",
|
"angular": "^1.5.0",
|
||||||
"angular-animate": "^1.5.0",
|
"angular-animate": "^1.5.0",
|
||||||
"angular-mocks": "^1.5.0",
|
"angular-mocks": "^1.5.0",
|
||||||
|
Reference in New Issue
Block a user