Skip to content

Commit

Permalink
Step 1.6: Updated TypeScript config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent e50053b commit 109170c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tsconfig.json
Expand Up @@ -14,13 +14,15 @@
"target": "es5"
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"api/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"api/node_modules"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}
}

0 comments on commit 109170c

Please sign in to comment.