{
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "node_modules"
  ],  
  "compilerOptions": {
    "allowJs": true,  /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
    "checkJs": false, /* Enable error reporting in type-checked JavaScript files. */
    "jsx": "preserve" /* Specify what JSX code is generated. */
  }
}