Skip to content
Snippets Groups Projects
Commit ceba4435 authored by Johannes Goslar's avatar Johannes Goslar Committed by Christian Kuhn
Browse files

[TASK] Add TypeScript type definitions to linter

Resolves: #81480
Releases: Master
Change-Id: I6dddb5504ba9ecd22952c371610c225e700b6100
Reviewed-on: https://review.typo3.org/53137


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 43f47a79
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,8 @@ module.exports = function (grunt) {
},
files: {
src: [
'<%= paths.sysext %>*/Resources/Private/TypeScript/**/*.ts'
'<%= paths.sysext %>*/Resources/Private/TypeScript/**/*.ts',
'./types/**/*.ts'
]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment