[TS] cannot find the name "Symbol"

clipboard.png

it is not clear why the simple Symbol cannot be used. The tsconfig.json configuration is as follows:

tsconfig.json is as follows

{
    "compilerOptions": {
        "noImplicitAny": true,
        "target": "es5",
        "module": "commonjs",
        "outDir": "tsdist/",
        "sourceMap": true,
        "jsx": "react",
        "allowJs": true,
        "typeRoots": [
            "./node_modules/@types"
        ]
    },
    "include": [
        "tslib/**/*",
        "tssrc/**/*"
    ]
}
Mar.11,2021

{
    "compilerOptions": {
        "noImplicitAny": true,
        "target": "es5",
        "module": "commonjs",
        "outDir": "tsdist/",
        "sourceMap": true,
        "jsx": "react",
        "allowJs": true,
        "typeRoots": [
            "./node_modules/@types"
        ]
    },
    "include": [
        "tslib/**/*",
        "tssrc/**/*"
    ],
    "lib": [
      "es2016"
    ]
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3746b-2c08c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3746b-2c08c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?