{
    "compilerOptions": {
        "allowJs": true,
        "checkJs": false,
        "noEmit": true,
        "moduleResolution": "node",
        "target": "ESNext",
        "strictNullChecks": false,
        "allowSyntheticDefaultImports": true,
    },
    "include": ["**/*.spec.js", "**/*.ts"]
  }