From ceba443558c63629408dfe50781f24ec330ce89c Mon Sep 17 00:00:00 2001 From: ksjogo <jogo@kronberger-spiele.de> Date: Tue, 6 Jun 2017 13:27:44 +0200 Subject: [PATCH] [TASK] Add TypeScript type definitions to linter Resolves: #81480 Releases: Master Change-Id: I6dddb5504ba9ecd22952c371610c225e700b6100 Reviewed-on: https://review.typo3.org/53137 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- Build/Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/Gruntfile.js b/Build/Gruntfile.js index cffbb2c500b8..c69a22d2a9e9 100644 --- a/Build/Gruntfile.js +++ b/Build/Gruntfile.js @@ -202,7 +202,8 @@ module.exports = function (grunt) { }, files: { src: [ - '<%= paths.sysext %>*/Resources/Private/TypeScript/**/*.ts' + '<%= paths.sysext %>*/Resources/Private/TypeScript/**/*.ts', + './types/**/*.ts' ] } }, -- GitLab