/ tsconfig.json
tsconfig.json
 1  {
 2    "compilerOptions": {
 3      "noUncheckedIndexedAccess": true,
 4      "jsx": "react-jsx",
 5      "moduleDetection":"force",
 6      "moduleResolution": "Bundler",
 7      "module": "Preserve",
 8      "verbatimModuleSyntax": true,
 9      "target": "ES2022",
10      "skipLibCheck": "true"
11    }
12  }