@finos/legend-application-marketplace
Version:
Legend Marketplace application core
136 lines • 6.22 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,
"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/index.ts",
"./src/__lib__/LegendMarketplaceEventHelper.ts",
"./src/__lib__/LegendMarketplaceNavigation.ts",
"./src/__lib__/LegendMarketplaceTesting.ts",
"./src/__lib__/LegendMarketplaceUserDataHelper.ts",
"./src/application/LegendMarketplaceApplicationConfig.ts",
"./src/application/LegendMarketplaceApplicationPlugin.ts",
"./src/application/LegendMarketplacePluginManager.ts",
"./src/application/__test-utils__/LegendMarketplaceApplicationTestUtils.ts",
"./src/application/extensions/Core_LegendMarketplace_LegendApplicationPlugin.ts",
"./src/pages/Lakehouse/TMP__Data/TMP__DummyDataProducts.ts",
"./src/stores/LegendMarketplaceBaseStore.ts",
"./src/stores/lakehouse/DataProductDataAccessState.ts",
"./src/stores/lakehouse/DataProductLayoutState.ts",
"./src/stores/lakehouse/DataProductViewerNavigation.ts",
"./src/stores/lakehouse/DataProductViewerState.ts",
"./src/stores/lakehouse/LakehouseUtils.ts",
"./src/stores/lakehouse/MarketplaceLakehouseStore.ts",
"./src/stores/lakehouse/admin/LakehouseAdminStore.ts",
"./src/stores/lakehouse/dataProducts/DataProducts.ts",
"./src/stores/lakehouse/entitlements/EntitlementsDashboardState.ts",
"./src/stores/lakehouse/entitlements/EntitlementsDataContractViewerState.ts",
"./src/stores/lakehouse/entitlements/EntitlementsTaskViewerState.ts",
"./src/stores/lakehouse/entitlements/LakehouseEntitlementsStore.ts",
"./src/stores/lakehouse/entitlements/LakehouseViewerState.ts",
"./src/application/LegendMarketplace.tsx",
"./src/application/LegendMarketplaceFrameworkProvider.tsx",
"./src/application/LegendMarketplaceWebApplication.tsx",
"./src/application/extensions/Core_LegendMarketplaceApplicationPlugin.tsx",
"./src/components/DataProductCard/LegendMarketplaceDataProductSearchCard.tsx",
"./src/components/DataProductCard/LegendMarketplaceLightDataProductCard.tsx",
"./src/components/Header/LegendMarketplaceAppInfo.tsx",
"./src/components/Header/LegendMarketplaceHeader.tsx",
"./src/components/Header/LegendMarketplaceIconToolbar.tsx",
"./src/components/MarketplaceCard/LegendMarketplaceCard.tsx",
"./src/components/ProviderCard/LegendMarketplaceProviderCard.tsx",
"./src/components/SearchBar/LegendMarketplaceSearchBar.tsx",
"./src/components/__test-utils__/LegendMarketplaceStoreTestUtils.tsx",
"./src/pages/LegendMarketplacePage.tsx",
"./src/pages/Home/LegendMarketplaceComingSoon.tsx",
"./src/pages/Home/LegendMarketplaceHome.tsx",
"./src/pages/Lakehouse/MarketplaceLakehouseHome.tsx",
"./src/pages/Lakehouse/MarketplaceLakehouseOAuthCallback.tsx",
"./src/pages/Lakehouse/MarketplaceLakehouseStoreProvider.tsx",
"./src/pages/Lakehouse/admin/LakehouseAdmin.tsx",
"./src/pages/Lakehouse/admin/LakehouseAdminContractsDashboard.tsx",
"./src/pages/Lakehouse/admin/LakehouseAdminStoreProvider.tsx",
"./src/pages/Lakehouse/admin/LakehouseAdminSubscriptionsDashboard.tsx",
"./src/pages/Lakehouse/dataProduct/DataProductDataAccess.tsx",
"./src/pages/Lakehouse/dataProduct/DataProductHolder.tsx",
"./src/pages/Lakehouse/dataProduct/DataProductViewer.tsx",
"./src/pages/Lakehouse/dataProduct/DataProductViewerActivityBar.tsx",
"./src/pages/Lakehouse/dataProduct/DataProductWiki.tsx",
"./src/pages/Lakehouse/dataProduct/LakehouseDataProduct.tsx",
"./src/pages/Lakehouse/dataProduct/LakehouseSandboxDataProduct.tsx",
"./src/pages/Lakehouse/entitlements/EntitlementsDashboard.tsx",
"./src/pages/Lakehouse/entitlements/EntitlementsDataContractCreator.tsx",
"./src/pages/Lakehouse/entitlements/EntitlementsDataContractViewer.tsx",
"./src/pages/Lakehouse/entitlements/EntitlementsPendingTasksDashboard.tsx",
"./src/pages/Lakehouse/entitlements/EntitlementsTaskViewer.tsx",
"./src/pages/Lakehouse/entitlements/LakehouseEntitlements.tsx",
"./src/pages/Lakehouse/entitlements/LakehouseEntitlementsStoreProvider.tsx",
"./src/pages/Lakehouse/shared/GridItemViewer.tsx",
"./src/pages/Lakehouse/subscriptions/DataProductSubscriptionsViewer.tsx",
"./src/pages/Profile/LegendMarketplaceOrders.tsx",
"./src/pages/Profile/LegendMarketplaceSubscriptions.tsx",
"./src/pages/SearchResults/LegendMarketplaceSearchResultDrawerContent.tsx",
"./src/pages/SearchResults/LegendMarketplaceSearchResults.tsx",
"./src/pages/VendorData/LegendMarketplaceVendorData.tsx",
"./src/pages/VendorDetails/LegendMarketplaceVendorDetails.tsx",
"./src/stores/LegendMarketPlaceVendorDataState.tsx",
"./src/components/__test-utils__/TEST_DATA__SearchResults.json"
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.json"
],
"exclude": [
"src/**/__tests__/**/*.*",
"src/**/__mocks__/**/*.*"
]
}