2020-08-31 20:53:42 +09:00
|
|
|
{
|
2024-09-05 10:51:40 +02:00
|
|
|
"version": 1,
|
2020-08-31 20:53:42 +09:00
|
|
|
"diagnostics": [
|
|
|
|
{
|
2024-09-16 20:45:25 +03:00
|
|
|
"filename": "[WILDCARD]main.ts",
|
2020-09-02 11:39:20 +02:00
|
|
|
"range": {
|
|
|
|
"start": {
|
|
|
|
"line": 1,
|
2021-04-09 23:35:29 +02:00
|
|
|
"col": 8,
|
|
|
|
"bytePos": 8
|
2020-09-02 11:39:20 +02:00
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"line": 1,
|
2021-04-09 23:35:29 +02:00
|
|
|
"col": 11,
|
|
|
|
"bytePos": 11
|
2020-09-02 11:39:20 +02:00
|
|
|
}
|
2020-08-31 20:53:42 +09:00
|
|
|
},
|
|
|
|
"message": "`any` type is not allowed",
|
2020-10-02 13:51:37 +02:00
|
|
|
"code": "no-explicit-any",
|
2020-10-30 20:39:53 +01:00
|
|
|
"hint": [WILDCARD]
|
2020-08-31 20:53:42 +09:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"errors": []
|
|
|
|
}
|