From e8f2b8899081bd4e93b4622d0b50b51d29073cfe Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 18 May 2020 12:48:59 +0200 Subject: [PATCH] packages/cli: remove redundant type declarations for rollup-plugin-esbuild --- packages/cli/@types/rollup-plugin-esbuild.d.ts | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/cli/@types/rollup-plugin-esbuild.d.ts diff --git a/packages/cli/@types/rollup-plugin-esbuild.d.ts b/packages/cli/@types/rollup-plugin-esbuild.d.ts deleted file mode 100644 index 6637e75bcb..0000000000 --- a/packages/cli/@types/rollup-plugin-esbuild.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2020 Spotify AB - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -declare module 'rollup-plugin-esbuild';