Skip to content

Commit

Permalink
Step 1.4: Include API files in typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Dec 24, 2016
1 parent b2d85e1 commit 839fe32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.json
Expand Up @@ -14,10 +14,12 @@
"target": "es5"
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"api/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"api/node_modules"
],
"compileOnSave": false,
"atom": {
Expand Down

0 comments on commit 839fe32

Please sign in to comment.