{
  "include": ["src/**/*"],
  "exclude": ["**/*.spec.ts"],
  "compilerOptions": {
    "target": "ES2020",
    "jsx": "react-jsx",
    "module": "commonjs",                                /* Specify what module code is generated. */
    "sourceMap": true,                                /* Create source map files for emitted JavaScript files. */
    "noEmit": true,                                   /* Disable emitting files from a compilation. */
    "forceConsistentCasingInFileNames": true,            /* Ensure that casing is correct in imports. */
    "strict": true,                                      /* Enable all strict type-checking options. */
    "noUncheckedIndexedAccess": true,                 /* Add 'undefined' to a type when accessed using an index. */
    "skipLibCheck": true                                 /* Skip type checking all .d.ts files. */
  }
}
