From 0d9e610fc63c7f2d5f5bacedd629df0d8539369d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 22 Feb 2021 16:39:42 +0100 Subject: [PATCH] Delete .github/typescript-tsc.json Obsolete as of actions/setup-node#125 --- .github/typescript-tsc.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/typescript-tsc.json diff --git a/.github/typescript-tsc.json b/.github/typescript-tsc.json deleted file mode 100644 index 6985bec..0000000 --- a/.github/typescript-tsc.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "tsc", - "pattern": [ - { - "source": "MIT License - Copyright (c) 2015 - present Microsoft Corporation - https://github.com/microsoft/vscode/blob/8d0ca78841d41bfbae9119879a742ad546491af0/extensions/typescript-language-features/package.json#L1006-L1017", - "regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$", - "file": 1, - "line": 2, - "column": 3, - "severity": 4, - "code": 5, - "message": 6 - } - ] - } - ] -} -- 2.20.1