Delete .github/typescript-tsc.json
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 22 Feb 2021 15:39:42 +0000 (16:39 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 22 Feb 2021 15:39:42 +0000 (16:39 +0100)
Obsolete as of actions/setup-node#125

.github/typescript-tsc.json [deleted file]

diff --git a/.github/typescript-tsc.json b/.github/typescript-tsc.json
deleted file mode 100644 (file)
index 6985bec..0000000
+++ /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
-        }
-      ]
-    }
-  ]
-}