{
  "compilerOptions": {
    "lib": [
      "dom",
      "dom.iterable",
      "esnext",
      "webworker",
      "scripthost"
    ],
    "composite": true,
    "declaration": true,
    "declarationMap": true,
    "sourceMap": true,
    "target": "esnext",
    "module": "nodenext",
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "verbatimModuleSyntax": true,
    "strict": true,
    "noImplicitOverride": true,
    "noUncheckedIndexedAccess": true,
    "exactOptionalPropertyTypes": true,
    "forceConsistentCasingInFileNames": true,
    "outDir": "./lib",
    "tsBuildInfoFile": "./build/prod.tsbuildinfo",
    "rootDir": "./src",
    "jsx": "react-jsx",
    "moduleResolution": "nodenext",
    "moduleDetection": "force",
    "isolatedModules": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "resolvePackageJsonExports": true,
    "resolvePackageJsonImports": true,
    "preserveConstEnums": true,
    "incremental": true,
    "useDefineForClassFields": true,
    "noImplicitAny": true,
    "noImplicitThis": true,
    "strictNullChecks": true,
    "strictFunctionTypes": true,
    "strictBindCallApply": true,
    "strictPropertyInitialization": true,
    "strictBuiltinIteratorReturn": true,
    "alwaysStrict": true,
    "useUnknownInCatchVariables": true
  },
  "references": [
    {
      "path": "./tsconfig.package.json"
    }
  ],
  "files": [
    "./src/__test__.ts",
    "./src/index.ts",
    "./src/__lib__/DSL_ExternalFormat_LegendStudioCodeSnippet.ts",
    "./src/__lib__/DSL_ExternalFormat_LegendStudioDocumentation.ts",
    "./src/__lib__/LegendStudioApplicationNavigationContext.ts",
    "./src/__lib__/LegendStudioCodeSnippet.ts",
    "./src/__lib__/LegendStudioCommand.ts",
    "./src/__lib__/LegendStudioDocumentation.ts",
    "./src/__lib__/LegendStudioEvent.ts",
    "./src/__lib__/LegendStudioEventHelper.ts",
    "./src/__lib__/LegendStudioNavigation.ts",
    "./src/__lib__/LegendStudioSetting.ts",
    "./src/__lib__/LegendStudioTelemetryHelper.ts",
    "./src/__lib__/LegendStudioTesting.ts",
    "./src/__lib__/LegendStudioUserDataHelper.ts",
    "./src/__lib__/STO_Relational_LegendStudioCommand.ts",
    "./src/__lib__/graph-modifier.ts",
    "./src/application/LegendIngestionConfiguration.ts",
    "./src/application/LegendStudioApplicationConfig.ts",
    "./src/application/LegendStudioPluginManager.ts",
    "./src/components/__test-utils__/EmbeddedQueryBuilderTestUtils.ts",
    "./src/components/editor/editor-group/dataProduct/DataProductQueryBuilderHelper.ts",
    "./src/components/shared/StudioSDLCErrors.ts",
    "./src/stores/LegendStudioApplicationPlugin.ts",
    "./src/stores/LegendStudioBaseStore.ts",
    "./src/stores/ShowcaseManagerState.ts",
    "./src/stores/__test-utils__/LegendStudioApplicationTestUtils.ts",
    "./src/stores/editor/AbstractConflictResolutionState.ts",
    "./src/stores/editor/ChangeDetectionState.ts",
    "./src/stores/editor/DependencyProjectViewerHelper.ts",
    "./src/stores/editor/EditorConfig.ts",
    "./src/stores/editor/EditorGraphState.ts",
    "./src/stores/editor/EditorMode.ts",
    "./src/stores/editor/EditorSDLCState.ts",
    "./src/stores/editor/EditorStore.ts",
    "./src/stores/editor/EditorTabManagerState.ts",
    "./src/stores/editor/EmbeddedQueryBuilderState.ts",
    "./src/stores/editor/ExplorerTreeState.ts",
    "./src/stores/editor/GraphEditFormModeState.ts",
    "./src/stores/editor/GraphEditGrammarModeState.ts",
    "./src/stores/editor/GraphEditorMode.ts",
    "./src/stores/editor/LegendSQLStudioPlaygroundState.ts",
    "./src/stores/editor/NewElementState.ts",
    "./src/stores/editor/QuickInputState.ts",
    "./src/stores/editor/StandardEditorMode.ts",
    "./src/stores/editor/__test-utils__/EditorStoreTestUtils.ts",
    "./src/stores/editor/data-cube/LegendStudioDataCubeHelper.ts",
    "./src/stores/editor/editor-state/ArtifactGenerationViewerState.ts",
    "./src/stores/editor/editor-state/EditorState.ts",
    "./src/stores/editor/editor-state/ExternalFormatState.ts",
    "./src/stores/editor/editor-state/FileGenerationState.ts",
    "./src/stores/editor/editor-state/FileSystemState.ts",
    "./src/stores/editor/editor-state/GenerationSpecificationEditorState.ts",
    "./src/stores/editor/editor-state/GrammarTextEditorState.ts",
    "./src/stores/editor/editor-state/GraphGenerationState.ts",
    "./src/stores/editor/editor-state/ModelImporterState.ts",
    "./src/stores/editor/editor-state/UnsupportedElementEditorState.ts",
    "./src/stores/editor/editor-state/diff-viewer-state/EditorDiffViewerState.ts",
    "./src/stores/editor/editor-state/diff-viewer-state/ProjectConfigurationDiffEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ClassEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ClassState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ElementEditorInitialConfiguration.ts",
    "./src/stores/editor/editor-state/element-editor-state/ElementEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/FileGenerationEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/FunctionActivatorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/FunctionEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ProtocolValueBuilderState.ts",
    "./src/stores/editor/editor-state/element-editor-state/RuntimeEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ToDelete_FunctionActivatorBuilderState.ts",
    "./src/stores/editor/editor-state/element-editor-state/UMLEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.ts",
    "./src/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderWizardState.ts",
    "./src/stores/editor/editor-state/element-editor-state/connection/DatabaseModelBuilderState.ts",
    "./src/stores/editor/editor-state/element-editor-state/connection/PostProcessorEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/data/DataEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.ts",
    "./src/stores/editor/editor-state/element-editor-state/dataProduct/DataProductEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/database/QueryDatabaseState.ts",
    "./src/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/HostedServiceFunctionActivatorEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/INTERNAL__UnknownFunctionActivatorEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/MemSQLFunctionActivatorEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/PostDeploymentActionEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeAppFunctionActivatorEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/SnowflakeM2MUdfFunctionActivatorEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.ts",
    "./src/stores/editor/editor-state/element-editor-state/ingest/IngestDefinitionEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingDiagramGenerator.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingElementState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/MappingTabManagerState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/RelationFunctionInstanceSetImplementationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/legacy/DEPRECATED__MappingTestState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/legacy/MappingTestMigrationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.ts",
    "./src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestingHelper.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/ServiceExecutionState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/ServicePostValidationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/ServiceTestRunnerState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts",
    "./src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.ts",
    "./src/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.ts",
    "./src/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.ts",
    "./src/stores/editor/editor-state/end-to-end-workflow-state/EndToEndWorkflowEditorState.ts",
    "./src/stores/editor/editor-state/end-to-end-workflow-state/QueryConnectionEndToEndWorkflowEditorState.ts",
    "./src/stores/editor/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.ts",
    "./src/stores/editor/editor-state/entity-diff-editor-state/EntityDiffEditorState.ts",
    "./src/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.ts",
    "./src/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts",
    "./src/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts",
    "./src/stores/editor/panel-group/DevToolPanelState.ts",
    "./src/stores/editor/panel-group/StudioSQLPlaygroundPanelState.ts",
    "./src/stores/editor/sidebar-state/BulkServiceRegistrationState.ts",
    "./src/stores/editor/sidebar-state/LocalChangesState.ts",
    "./src/stores/editor/sidebar-state/ProjectOverviewState.ts",
    "./src/stores/editor/sidebar-state/WorkflowManagerState.ts",
    "./src/stores/editor/sidebar-state/WorkspaceReviewState.ts",
    "./src/stores/editor/sidebar-state/WorkspaceSyncState.ts",
    "./src/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.ts",
    "./src/stores/editor/sidebar-state/WorkspaceUpdaterState.ts",
    "./src/stores/editor/sidebar-state/dev-metadata/DevMetadataState.ts",
    "./src/stores/editor/sidebar-state/end-to-end-workflow/GlobalEndToEndFlowState.ts",
    "./src/stores/editor/sidebar-state/testable/GlobalTestRunnerState.ts",
    "./src/stores/editor/utils/DnDUtils.ts",
    "./src/stores/editor/utils/FileSystemTreeUtils.ts",
    "./src/stores/editor/utils/MockDataUtils.ts",
    "./src/stores/editor/utils/ModelClassifierUtils.ts",
    "./src/stores/editor/utils/PackageTreeUtils.ts",
    "./src/stores/editor/utils/TestableUtils.ts",
    "./src/stores/editor/utils/TreeUtils.ts",
    "./src/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.ts",
    "./src/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.ts",
    "./src/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts",
    "./src/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.ts",
    "./src/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.ts",
    "./src/stores/graph-modifier/DSL_DataProduct_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_Data_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_ExternalFormat_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_FunctionActivator_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_Generation_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_LakehouseRuntime_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DSL_Service_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/DomainGraphModifierHelper.ts",
    "./src/stores/graph-modifier/GraphModifierHelper.ts",
    "./src/stores/graph-modifier/RawValueSpecificationGraphModifierHelper.ts",
    "./src/stores/graph-modifier/STO_FlatData_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/STO_RelationFunction_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/STO_Relational_GraphModifierHelper.ts",
    "./src/stores/graph-modifier/Testable_GraphModifierHelper.ts",
    "./src/stores/lazy-text-editor/LazyTextEditorStore.ts",
    "./src/stores/project-reviewer/ProjectReviewerStore.ts",
    "./src/stores/project-view/ProjectViewerEditorMode.ts",
    "./src/stores/project-view/ProjectViewerStore.ts",
    "./src/stores/showcase/ShowcaseViewerEditorMode.ts",
    "./src/stores/showcase/ShowcaseViewerStore.ts",
    "./src/stores/workspace-setup/ProjectConfigurationStatus.ts",
    "./src/stores/workspace-setup/WorkspaceSetupStore.ts",
    "./src/application/LegendStudio.tsx",
    "./src/components/ElementIconUtils.tsx",
    "./src/components/LegendStudioAppInfo.tsx",
    "./src/components/LegendStudioFrameworkProvider.tsx",
    "./src/components/LegendStudioWebApplication.tsx",
    "./src/components/ShowcaseManager.tsx",
    "./src/components/__test-utils__/LegendStudioFrameworkTestUtils.tsx",
    "./src/components/editor/ActivityBar.tsx",
    "./src/components/editor/Editor.tsx",
    "./src/components/editor/EditorStoreProvider.tsx",
    "./src/components/editor/EmbeddedQueryBuilder.tsx",
    "./src/components/editor/LegendSQLPlaygroundModal.tsx",
    "./src/components/editor/QuickInput.tsx",
    "./src/components/editor/ShowcaseSideBar.tsx",
    "./src/components/editor/StatusBar.tsx",
    "./src/components/editor/__test-utils__/EditorComponentTestUtils.tsx",
    "./src/components/editor/command-center/ProjectSearchCommand.tsx",
    "./src/components/editor/editor-group/ArtifactGenerationViewer.tsx",
    "./src/components/editor/editor-group/EditorGroup.tsx",
    "./src/components/editor/editor-group/GenerationSpecificationEditor.tsx",
    "./src/components/editor/editor-group/GrammarTextEditor.tsx",
    "./src/components/editor/editor-group/ModelImporter.tsx",
    "./src/components/editor/editor-group/ProtocolValueBuilder.tsx",
    "./src/components/editor/editor-group/RuntimeEditor.tsx",
    "./src/components/editor/editor-group/UnsupportedElementEditor.tsx",
    "./src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx",
    "./src/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.tsx",
    "./src/components/editor/editor-group/connection-editor/DatabaseEditorHelper.tsx",
    "./src/components/editor/editor-group/connection-editor/DatabaseModelBuilder.tsx",
    "./src/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.tsx",
    "./src/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.tsx",
    "./src/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.tsx",
    "./src/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx",
    "./src/components/editor/editor-group/data-editor/DataElementEditor.tsx",
    "./src/components/editor/editor-group/data-editor/EmbeddedDataEditor.tsx",
    "./src/components/editor/editor-group/data-editor/RelationElementsDataEditor.tsx",
    "./src/components/editor/editor-group/data-editor/RelationalCSVDataEditor.tsx",
    "./src/components/editor/editor-group/dataProduct/DataProductEditor.tsx",
    "./src/components/editor/editor-group/database/IsolatedQueryDatabase.tsx",
    "./src/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.tsx",
    "./src/components/editor/editor-group/diff-editor/EntityDiffView.tsx",
    "./src/components/editor/editor-group/diff-editor/ProjectConfigDiffView.tsx",
    "./src/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.tsx",
    "./src/components/editor/editor-group/element-generation-editor/ElementNativeView.tsx",
    "./src/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.tsx",
    "./src/components/editor/editor-group/element-generation-editor/FileGenerationEditor.tsx",
    "./src/components/editor/editor-group/element-generation-editor/FileSystemViewer.tsx",
    "./src/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.tsx",
    "./src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx",
    "./src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx",
    "./src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx",
    "./src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx",
    "./src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx",
    "./src/components/editor/editor-group/function-activator/ActivatorArtifactViewer.tsx",
    "./src/components/editor/editor-group/function-activator/ActivatorFormComponents.tsx",
    "./src/components/editor/editor-group/function-activator/FunctionEditor.tsx",
    "./src/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.tsx",
    "./src/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.tsx",
    "./src/components/editor/editor-group/function-activator/MemSQLFunctionActivatorEditor.tsx",
    "./src/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.tsx",
    "./src/components/editor/editor-group/function-activator/SnowflakeM2MUdfFunctionActivatorEditor.tsx",
    "./src/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.tsx",
    "./src/components/editor/editor-group/ingest-editor/IngestDefinitionEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/ClassMappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.tsx",
    "./src/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx",
    "./src/components/editor/editor-group/mapping-editor/MappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.tsx",
    "./src/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.tsx",
    "./src/components/editor/editor-group/mapping-editor/MappingExplorer.tsx",
    "./src/components/editor/editor-group/mapping-editor/MappingTestableEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/MappingTestsExplorer.tsx",
    "./src/components/editor/editor-group/mapping-editor/NewMappingElementModal.tsx",
    "./src/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/RelationFunctionPropertyMappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/RelationTypeTree.tsx",
    "./src/components/editor/editor-group/mapping-editor/TypeTree.tsx",
    "./src/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.tsx",
    "./src/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.tsx",
    "./src/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.tsx",
    "./src/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.tsx",
    "./src/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.tsx",
    "./src/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.tsx",
    "./src/components/editor/editor-group/service-editor/NewServiceModal.tsx",
    "./src/components/editor/editor-group/service-editor/ServiceEditor.tsx",
    "./src/components/editor/editor-group/service-editor/ServiceExecutionEditor.tsx",
    "./src/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.tsx",
    "./src/components/editor/editor-group/service-editor/ServicePostValidationEditor.tsx",
    "./src/components/editor/editor-group/service-editor/ServiceRegistrationEditor.tsx",
    "./src/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.tsx",
    "./src/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.tsx",
    "./src/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.tsx",
    "./src/components/editor/editor-group/testable/TestableSharedComponents.tsx",
    "./src/components/editor/editor-group/uml-editor/AssociationEditor.tsx",
    "./src/components/editor/editor-group/uml-editor/ClassEditor.tsx",
    "./src/components/editor/editor-group/uml-editor/ClassQueryBuilder.tsx",
    "./src/components/editor/editor-group/uml-editor/EnumerationEditor.tsx",
    "./src/components/editor/editor-group/uml-editor/ProfileEditor.tsx",
    "./src/components/editor/editor-group/uml-editor/PropertyEditor.tsx",
    "./src/components/editor/editor-group/uml-editor/StereotypeSelector.tsx",
    "./src/components/editor/editor-group/uml-editor/TaggedValueEditor.tsx",
    "./src/components/editor/editor-group/uml-editor/UMLEditor.tsx",
    "./src/components/editor/panel-group/ConsolePanel.tsx",
    "./src/components/editor/panel-group/DevToolPanel.tsx",
    "./src/components/editor/panel-group/PanelGroup.tsx",
    "./src/components/editor/panel-group/ProblemsPanel.tsx",
    "./src/components/editor/panel-group/SQLPlaygroundPanel.tsx",
    "./src/components/editor/side-bar/CreateNewElementModal.tsx",
    "./src/components/editor/side-bar/DevMetadataPanel.tsx",
    "./src/components/editor/side-bar/Explorer.tsx",
    "./src/components/editor/side-bar/LocalChanges.tsx",
    "./src/components/editor/side-bar/ProjectOverview.tsx",
    "./src/components/editor/side-bar/RegisterService.tsx",
    "./src/components/editor/side-bar/SideBar.tsx",
    "./src/components/editor/side-bar/WorkflowManager.tsx",
    "./src/components/editor/side-bar/WorkspaceReview.tsx",
    "./src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx",
    "./src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx",
    "./src/components/editor/side-bar/WorkspaceUpdater.tsx",
    "./src/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.tsx",
    "./src/components/editor/side-bar/testable/GlobalTestRunner.tsx",
    "./src/components/extensions/Core_LegendStudioApplicationPlugin.tsx",
    "./src/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx",
    "./src/components/lazy-text-editor/LazyTextEditor.tsx",
    "./src/components/pct/PureCompatibilityTest.tsx",
    "./src/components/project-reviewer/ProjectReviewSideBar.tsx",
    "./src/components/project-reviewer/ProjectReviewStoreProvider.tsx",
    "./src/components/project-reviewer/ProjectReviewer.tsx",
    "./src/components/project-reviewer/ProjectReviewerPanel.tsx",
    "./src/components/project-view/ProjectViewer.tsx",
    "./src/components/project-view/ProjectViewerStoreProvider.tsx",
    "./src/components/showcase/ShowcaseViewer.tsx",
    "./src/components/showcase/ShowcaseViewerStoreProvider.tsx",
    "./src/components/workspace-setup/CreateProjectModal.tsx",
    "./src/components/workspace-setup/CreateWorkspaceModal.tsx",
    "./src/components/workspace-setup/ProjectSelectorUtils.tsx",
    "./src/components/workspace-setup/WorkspaceSelectorUtils.tsx",
    "./src/components/workspace-setup/WorkspaceSetup.tsx"
  ],
  "include": [
    "src/**/*.ts",
    "src/**/*.tsx",
    "src/**/*.json"
  ],
  "exclude": [
    "src/**/__tests__/**/*.*",
    "src/**/__mocks__/**/*.*"
  ]
}