From 295ba044afc394ef51dac22263063670362787ec Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 21 May 2016 15:23:37 +0200 Subject: Add the list of files inside tsconfig --- client/tsconfig.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/tsconfig.json b/client/tsconfig.json index 3e4648cf7..fac9da116 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -9,10 +9,37 @@ "removeComments": false, "noImplicitAny": false }, + "filesGlob": [ + "**/*.ts", + "!node_modules/**" + ], "exclude": [ "node_modules", "typings/main", "typings/main.d.ts" ], - "compileOnSave": false + "compileOnSave": false, + "files": [ + "angular/app/app.component.ts", + "angular/friends/services/friends.service.ts", + "angular/main.ts", + "angular/users/components/login/login.component.ts", + "angular/users/models/authStatus.ts", + "angular/users/models/token.ts", + "angular/users/models/user.ts", + "angular/users/services/auth.service.ts", + "angular/videos/components/add/videos-add.component.ts", + "angular/videos/components/list/video-miniature.component.ts", + "angular/videos/components/list/videos-list.component.ts", + "angular/videos/components/watch/videos-watch.component.ts", + "angular/videos/video.ts", + "angular/videos/videos.service.ts", + "typings/globals/es6-shim/index.d.ts", + "typings/globals/jasmine/index.d.ts", + "typings/globals/node/index.d.ts", + "typings/index.d.ts" + ], + "atom": { + "rewriteTsconfig": true + } } -- cgit v1.2.3