{
  "compilerOptions": {
    "target": "es2016",                                  /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */                                      /* Specify a set of bundled library declaration files that describe the target runtime environment. */
    "jsx": "preserve",                                   /* Specify what JSX code is generated. */                     /* Control what method is used to detect module-format JS files. */
    "module": "commonjs",                                /* Specify what module code is generated. */
    "rootDir": "./src",
    "outDir": "./build",                                  /* Specify the root folder within your source files. */
    "esModuleInterop": true,                             /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
    "forceConsistentCasingInFileNames": true,            /* Ensure that casing is correct in imports. */
    "strict": true,                                      /* Enable all strict type-checking options. */
    "noImplicitAny": true,                               /* Enable error reporting for expressions and declarations with an implied 'any' type. */                 /* Disable error reporting for unreachable code. */
    "skipLibCheck": true                                 /* Skip type checking all .d.ts files. */
  },
}
