diff --git a/Build/tsconfig.json b/Build/tsconfig.json index cb611a9ed34d5f6a9e563666e8ac3e630ad3a299..789ef2bad74f7bd4171a76afd4999dc6fb1aac97 100644 --- a/Build/tsconfig.json +++ b/Build/tsconfig.json @@ -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 diff --git a/Build/typings/no-def/index.d.ts b/Build/typings/no-def/index.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..d651119ab4f34d0bcf2961f4985c31f55723fdda --- /dev/null +++ b/Build/typings/no-def/index.d.ts @@ -0,0 +1 @@ +/// <reference path="jquery.minicolors.d.ts" />