error TS5107: Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.


!!! error TS5107: Option 'target=ES5' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
==== index.js (0 errors) ====
    const j = require("./package.json");
    module.exports = j;
==== package.json (0 errors) ====
    {
        "name": "pkg",
        "version": "0.1.0",
        "description": "A package",
        "main": "./dist/index.js",
        "bin": {
          "cli": "./bin/cli.js",
        },
        "engines": {
          "node": ">=0"
        },
        "scripts": {
          "scriptname": "run && run again",
        },
        "devDependencies": {
          "@ns/dep": "0.1.2",
        },
        "dependencies": {
          "dep": "1.2.3",
        },
        "repository": "microsoft/TypeScript",
        "keywords": [
          "kw"
        ],
        "author": "Auth",
        "license": "See Licensce",
        "homepage": "https://site",
        "config": {
          "o": ["a"]
        }
    }
      