From c238b750c782894709304ab81633da19463c818c Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Mon, 22 Feb 2016 08:58:33 -0600 Subject: [PATCH] chore(): use correct files property in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b29da5f293..4f9c960946 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "declaration": true, "outDir": "dist" }, - "include": [ + "files": [ "ionic/ionic.ts", "typings/main.d.ts" ],