From 839fe32aa0489ee486c11d9e6494fd50aae5ab51 Mon Sep 17 00:00:00 2001 From: DAB0mB Date: Mon, 19 Dec 2016 19:09:07 -0200 Subject: [PATCH] Step 1.4: Include API files in typescript config --- tsconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2e450f9f1..6fa8c7219 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,12 @@ "target": "es5" }, "include": [ - "src/**/*.ts" + "src/**/*.ts", + "api/**/*.ts" ], "exclude": [ - "node_modules" + "node_modules", + "api/node_modules" ], "compileOnSave": false, "atom": {