iBananos / just-drag-and-drop

0 stars 1 forks source link

tsconfig #23

Closed sanderator closed 2 years ago

sanderator commented 2 years ago

Avec le tsconfig.json actuel où il y a

    "compilerOptions": {
        "target": "es6",
        "module": "commonjs",

en lançant npm start :

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0

YOUR TYPESCRIPT VERSION: 4.5.2

Ce message désagréable disparaît en modifiant :

  "compilerOptions": {
    "target": "ES2020",
    "module": "ES2020",
sanderator commented 2 years ago

C'est tj le cas.