@finos/legend-studio
Version:
256 lines • 15.5 kB
JSON
{
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"esnext",
"webworker",
"scripthost"
],
"composite": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"target": "esnext",
"module": "nodenext",
"skipLibCheck": true,
"resolveJsonModule": true,
"isolatedModules": true,
"importsNotUsedAsValues": "error",
"strict": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./lib",
"tsBuildInfoFile": "./build/prod.tsbuildinfo",
"rootDir": "./src",
"jsx": "react-jsx"
},
"references": [
{
"path": "./tsconfig.package.json"
}
],
"files": [
"./src/index.ts",
"./src/application/LegendStudioApplicationConfig.ts",
"./src/application/LegendStudioPluginManager.ts",
"./src/components/DSLExternalFormat_CodeSnippets.ts",
"./src/components/DSLExternalFormat_LegendStudioDocumentation.ts",
"./src/components/LegendStudioTestID.ts",
"./src/stores/AbstractConflictResolutionState.ts",
"./src/stores/ChangeDetectionEvent.ts",
"./src/stores/ChangeDetectionState.ts",
"./src/stores/DSLData_LegendStudioApplicationPlugin_Extension.ts",
"./src/stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.ts",
"./src/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.ts",
"./src/stores/DSLService_LegendStudioApplicationPlugin_Extension.ts",
"./src/stores/EditorConfig.ts",
"./src/stores/EditorGraphState.ts",
"./src/stores/EditorSDLCState.ts",
"./src/stores/EditorStore.ts",
"./src/stores/EditorStoreTestUtils.ts",
"./src/stores/ExplorerTreeState.ts",
"./src/stores/LegendStudioAppEvent.ts",
"./src/stores/LegendStudioApplicationNavigationContext.ts",
"./src/stores/LegendStudioApplicationPlugin.ts",
"./src/stores/LegendStudioBaseStore.ts",
"./src/stores/LegendStudioCodeSnippets.ts",
"./src/stores/LegendStudioDocumentation.ts",
"./src/stores/LegendStudioEventService.ts",
"./src/stores/LegendStudioRouter.ts",
"./src/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.ts",
"./src/stores/aux-panel-state/DevToolState.ts",
"./src/stores/editor/EditorMode.ts",
"./src/stores/editor/NewElementState.ts",
"./src/stores/editor/StandardEditorMode.ts",
"./src/stores/editor-state/EditorState.ts",
"./src/stores/editor-state/ExternalFormatState.ts",
"./src/stores/editor-state/FileGenerationState.ts",
"./src/stores/editor-state/FileGenerationViewerState.ts",
"./src/stores/editor-state/GenerationSpecificationEditorState.ts",
"./src/stores/editor-state/GrammarTextEditorState.ts",
"./src/stores/editor-state/GraphGenerationState.ts",
"./src/stores/editor-state/ModelLoaderState.ts",
"./src/stores/editor-state/ProjectConfigurationEditorState.ts",
"./src/stores/editor-state/UnsupportedElementEditorState.ts",
"./src/stores/editor-state/element-editor-state/ClassEditorState.ts",
"./src/stores/editor-state/element-editor-state/ClassState.ts",
"./src/stores/editor-state/element-editor-state/ElementEditorState.ts",
"./src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts",
"./src/stores/editor-state/element-editor-state/FileGenerationEditorState.ts",
"./src/stores/editor-state/element-editor-state/FunctionEditorState.ts",
"./src/stores/editor-state/element-editor-state/RuntimeEditorState.ts",
"./src/stores/editor-state/element-editor-state/UMLEditorState.ts",
"./src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts",
"./src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts",
"./src/stores/editor-state/element-editor-state/data/DataEditorState.ts",
"./src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts",
"./src/stores/editor-state/element-editor-state/external-format/BindingEditorState.ts",
"./src/stores/editor-state/element-editor-state/external-format/SchemaSetEditorState.ts",
"./src/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts",
"./src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts",
"./src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts",
"./src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts",
"./src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts",
"./src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts",
"./src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts",
"./src/stores/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.ts",
"./src/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.ts",
"./src/stores/editor-state/element-editor-state/service/ServiceEditorState.ts",
"./src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts",
"./src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts",
"./src/stores/editor-state/element-editor-state/service/ServiceTestRunnerState.ts",
"./src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts",
"./src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts",
"./src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts",
"./src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts",
"./src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts",
"./src/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.ts",
"./src/stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.ts",
"./src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts",
"./src/stores/graphModifier/DSLData_GraphModifierHelper.ts",
"./src/stores/graphModifier/DSLExternalFormat_GraphModifierHelper.ts",
"./src/stores/graphModifier/DSLGeneration_GraphModifierHelper.ts",
"./src/stores/graphModifier/DSLMapping_GraphModifierHelper.ts",
"./src/stores/graphModifier/DSLService_GraphModifierHelper.ts",
"./src/stores/graphModifier/DomainGraphModifierHelper.ts",
"./src/stores/graphModifier/GraphModifierHelper.ts",
"./src/stores/graphModifier/StoreFlatData_GraphModifierHelper.ts",
"./src/stores/graphModifier/StoreRelational_GraphModifierHelper.ts",
"./src/stores/graphModifier/Testable_GraphModifierHelper.ts",
"./src/stores/graphModifier/ValueSpecificationGraphModifierHelper.ts",
"./src/stores/project-viewer/ProjectViewerEditorMode.ts",
"./src/stores/project-viewer/ProjectViewerStore.ts",
"./src/stores/shared/DnDUtil.ts",
"./src/stores/shared/FileGenerationTreeUtil.ts",
"./src/stores/shared/MockDataUtil.ts",
"./src/stores/shared/ModelUtil.ts",
"./src/stores/shared/PackageTreeUtil.ts",
"./src/stores/shared/TreeUtil.ts",
"./src/stores/shared/testable/TestableUtils.ts",
"./src/stores/sidebar-state/LocalChangesState.ts",
"./src/stores/sidebar-state/ProjectOverviewState.ts",
"./src/stores/sidebar-state/WorkflowManagerState.ts",
"./src/stores/sidebar-state/WorkspaceReviewState.ts",
"./src/stores/sidebar-state/WorkspaceSyncState.ts",
"./src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts",
"./src/stores/sidebar-state/WorkspaceUpdaterState.ts",
"./src/stores/sidebar-state/testable/GlobalTestRunnerState.ts",
"./src/stores/workspace-review/WorkspaceReviewStore.ts",
"./src/stores/workspace-setup/WorkspaceSetupStore.ts",
"./src/application/LegendStudio.tsx",
"./src/components/Core_LegendStudioApplicationPlugin.tsx",
"./src/components/DSLExternalFormat_LegendStudioApplicationPlugin.tsx",
"./src/components/EditorComponentTestUtils.tsx",
"./src/components/LegendStudioAppInfo.tsx",
"./src/components/LegendStudioApplication.tsx",
"./src/components/LegendStudioBaseStoreProvider.tsx",
"./src/components/editor/ActivityBar.tsx",
"./src/components/editor/Editor.tsx",
"./src/components/editor/EditorStoreProvider.tsx",
"./src/components/editor/StatusBar.tsx",
"./src/components/editor/aux-panel/AuxiliaryPanel.tsx",
"./src/components/editor/aux-panel/Console.tsx",
"./src/components/editor/aux-panel/DevTool.tsx",
"./src/components/editor/command-center/ProjectSearchCommand.tsx",
"./src/components/editor/edit-panel/EditPanel.tsx",
"./src/components/editor/edit-panel/FileGenerationViewer.tsx",
"./src/components/editor/edit-panel/FunctionEditor.tsx",
"./src/components/editor/edit-panel/GenerationSpecificationEditor.tsx",
"./src/components/editor/edit-panel/GrammarTextEditor.tsx",
"./src/components/editor/edit-panel/ModelLoader.tsx",
"./src/components/editor/edit-panel/RuntimeEditor.tsx",
"./src/components/editor/edit-panel/UnsupportedElementEditor.tsx",
"./src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx",
"./src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx",
"./src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx",
"./src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx",
"./src/components/editor/edit-panel/data-editor/DataElementEditor.tsx",
"./src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx",
"./src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx",
"./src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx",
"./src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx",
"./src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx",
"./src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx",
"./src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx",
"./src/components/editor/edit-panel/external-format-editor/BindingElementEditor.tsx",
"./src/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.tsx",
"./src/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.tsx",
"./src/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx",
"./src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx",
"./src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx",
"./src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx",
"./src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx",
"./src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx",
"./src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx",
"./src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx",
"./src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx",
"./src/components/editor/edit-panel/service-editor/NewServiceModal.tsx",
"./src/components/editor/edit-panel/service-editor/ServiceEditor.tsx",
"./src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx",
"./src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx",
"./src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx",
"./src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx",
"./src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx",
"./src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx",
"./src/components/editor/edit-panel/testable/TestAssertionEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/ClassEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx",
"./src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx",
"./src/components/editor/edit-panel/uml-editor/UMLEditor.tsx",
"./src/components/editor/side-bar/CreateNewElementModal.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/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/testable/GlobalTestRunner.tsx",
"./src/components/project-viewer/ProjectViewer.tsx",
"./src/components/project-viewer/ProjectViewerStoreProvider.tsx",
"./src/components/shared/DiffView.tsx",
"./src/components/shared/ElementIconUtils.tsx",
"./src/components/shared/MultiplicityBadge.tsx",
"./src/components/shared/StudioLambdaEditor.tsx",
"./src/components/shared/StudioTextInputEditor.tsx",
"./src/components/shared/TypeTree.tsx",
"./src/components/workspace-review/WorkspaceReview.tsx",
"./src/components/workspace-review/WorkspaceReviewPanel.tsx",
"./src/components/workspace-review/WorkspaceReviewSideBar.tsx",
"./src/components/workspace-review/WorkspaceReviewStoreProvider.tsx",
"./src/components/workspace-setup/ProjectCreateModal.tsx",
"./src/components/workspace-setup/ProjectSelector.tsx",
"./src/components/workspace-setup/WorkspaceSelector.tsx",
"./src/components/workspace-setup/WorkspaceSetup.tsx",
"./src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx",
"./src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.json"
],
"exclude": [
"src/**/__tests__/**/*.*",
"src/**/__mocks__/**/*.*"
]
}