Skip to content

Commit

Permalink
Reverting to using jasmine types in main tsconfig.json as excluding s…
Browse files Browse the repository at this point in the history
…pec means editors don't resolve modules.
  • Loading branch information
lathonez committed Nov 18, 2016
1 parent 11ef19a commit 0ae024b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5"
"target": "es5",
"types": [
"jasmine"
]
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"e2e",
"**/*.spec.ts"
"node_modules"
],
"compileOnSave": false,
"atom": {
Expand Down

0 comments on commit 0ae024b

Please sign in to comment.