From cf1f979c8a82568aff43d891aad398b0f213fa3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Fri, 8 Apr 2016 20:15:39 +0200 Subject: [PATCH] Move src/tsconfig.json to the root --- src/boot.ts | 1 - src/tsconfig.json => tsconfig.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) rename src/tsconfig.json => tsconfig.json (79%) diff --git a/src/boot.ts b/src/boot.ts index 9900e9b3..d26168ba 100644 --- a/src/boot.ts +++ b/src/boot.ts @@ -1,4 +1,3 @@ -/// import { bootstrap } from 'angular2/platform/browser'; import { HTTP_PROVIDERS } from 'angular2/http'; diff --git a/src/tsconfig.json b/tsconfig.json similarity index 79% rename from src/tsconfig.json rename to tsconfig.json index 2f88a4d8..c984da0a 100644 --- a/src/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,8 @@ "noImplicitAny": false }, "exclude": [ - "../node_modules", - "../typings/main", - "../typings/main.d.ts" + "node_modules", + "typings/main", + "typings/main.d.ts" ] } \ No newline at end of file