Skip to content
Snippets Groups Projects
Commit fe1baddf authored by Frank Naegler's avatar Frank Naegler Committed by Anja Leichsenring
Browse files

[BUGFIX] Load typings of no-def folder

Resolves: #78388
Releases: master
Change-Id: Id73c21676ebb0225429bb81334be23fd5f01ed66
Reviewed-on: https://review.typo3.org/50332


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarStefan Bürk <stefan.buerk@impactmedia.de>
Tested-by: default avatarStefan Bürk <stefan.buerk@impactmedia.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 4509b783
Branches
Tags
No related merge requests found
......@@ -162,11 +162,13 @@
},
"filesGlob": [
"typings/index.d.ts",
"typings/no-def/index.d.ts",
"../../typo3/sysext/*/Resources/Private/TypeScript/**/*.ts",
"!node_modules/**"
],
"files": [
"typings/index.d.ts",
"typings/no-def/index.d.ts",
"../../typo3/sysext/backend/Resources/Private/TypeScript/ColorPicker.ts"
]
}
\ No newline at end of file
/// <reference path="jquery.minicolors.d.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