Skip to content

Commit 109170c

Browse files
dotansimhadarkbasic
authored andcommitted
Step 1.6: Updated TypeScript config file
1 parent e50053b commit 109170c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tsconfig.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
"target": "es5"
1515
},
1616
"include": [
17-
"src/**/*.ts"
17+
"src/**/*.ts",
18+
"api/**/*.ts"
1819
],
1920
"exclude": [
20-
"node_modules"
21+
"node_modules",
22+
"api/node_modules"
2123
],
2224
"compileOnSave": false,
2325
"atom": {
2426
"rewriteTsconfig": false
2527
}
26-
}
28+
}

0 commit comments

Comments
 (0)