chore: Add @types/systemjs
This commit is contained in:
parent
fb38fba8f9
commit
2a5012d515
|
@ -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
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",
|
||||||
|
|
Loading…
Reference in New Issue