{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "composite": true,
    "declaration": true,
    "experimentalDecorators": true,
    "forceConsistentCasingInFileNames": true,
    "inlineSources": true,
    "lib": [
      "esnext",
      "dom",
      "dom.iterable"
    ],
    "module": "esnext",
    "noEmitOnError": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitOverride": true,
    "noImplicitReturns": true,
    "noUnusedLocals": false,
    "outDir": ".",
    "rootDir": "../../../../../../front_end/models/persistence",
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": true,
    "target": "esnext",
    "tsBuildInfoFile": "persistence-tsconfig.json.tsbuildinfo",
    "typeRoots": [],
    "useUnknownInCatchVariables": false
  },
  "files": [
    "../../../../../../front_end/models/persistence/Automapping.ts",
    "../../../../../../front_end/models/persistence/EditFileSystemView.ts",
    "../../../../../../front_end/models/persistence/FileSystemWorkspaceBinding.ts",
    "../../../../../../front_end/models/persistence/IsolatedFileSystem.ts",
    "../../../../../../front_end/models/persistence/IsolatedFileSystemManager.ts",
    "../../../../../../front_end/models/persistence/NetworkPersistenceManager.ts",
    "../../../../../../front_end/models/persistence/PersistenceActions.ts",
    "../../../../../../front_end/models/persistence/PersistenceImpl.ts",
    "../../../../../../front_end/models/persistence/PersistenceUtils.ts",
    "../../../../../../front_end/models/persistence/PlatformFileSystem.ts",
    "../../../../../../front_end/models/persistence/WorkspaceSettingsTab.ts",
    "../../../../../../front_end/legacy/legacy-defs.d.ts",
    "../../../../../../front_end/global_typings/global_defs.d.ts",
    "../../../../../../front_end/global_typings/request_idle_callback.d.ts",
    "../../../../../../node_modules/@types/filesystem/index.d.ts"
  ],
  "references": [
    {
      "path": "../../core/common/bundle-tsconfig.json"
    },
    {
      "path": "../../core/host/bundle-tsconfig.json"
    },
    {
      "path": "../../core/i18n/bundle-tsconfig.json"
    },
    {
      "path": "../../core/platform/bundle-tsconfig.json"
    },
    {
      "path": "../../core/sdk/bundle-tsconfig.json"
    },
    {
      "path": "../../generated/protocol-tsconfig.json"
    },
    {
      "path": "../bindings/bundle-tsconfig.json"
    },
    {
      "path": "../breakpoints/bundle-tsconfig.json"
    },
    {
      "path": "../text_utils/bundle-tsconfig.json"
    },
    {
      "path": "../workspace/bundle-tsconfig.json"
    },
    {
      "path": "../../ui/legacy/bundle-tsconfig.json"
    },
    {
      "path": "../../ui/legacy/components/utils/bundle-tsconfig.json"
    }
  ]
}