Skip to content
Snippets Groups Projects
Commit ceba4435 authored by ksjogo's avatar ksjogo 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
Branches
Tags
No related merge requests found
...@@ -202,7 +202,8 @@ module.exports = function (grunt) { ...@@ -202,7 +202,8 @@ module.exports = function (grunt) {
}, },
files: { files: {
src: [ src: [
'<%= paths.sysext %>*/Resources/Private/TypeScript/**/*.ts' '<%= paths.sysext %>*/Resources/Private/TypeScript/**/*.ts',
'./types/**/*.ts'
] ]
} }
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment