@finos/legend-application
Version:
Legend application core
122 lines • 4.26 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/__test__.ts",
"./src/browser.ts",
"./src/index.ts",
"./src/__lib__/LegendApplicationColorTheme.ts",
"./src/__lib__/LegendApplicationDocumentation.ts",
"./src/__lib__/LegendApplicationEvent.ts",
"./src/__lib__/LegendApplicationNavigation.ts",
"./src/__lib__/LegendApplicationSetting.ts",
"./src/__lib__/LegendApplicationTelemetry.ts",
"./src/application/LegendApplication.ts",
"./src/application/LegendApplicationConfig.ts",
"./src/application/LegendApplicationPluginManager.ts",
"./src/stores/AlertService.ts",
"./src/stores/ApplicationConfig.ts",
"./src/stores/ApplicationNavigationContextService.ts",
"./src/stores/ApplicationStore.ts",
"./src/stores/AssistantService.ts",
"./src/stores/ClipboardService.ts",
"./src/stores/CommandService.ts",
"./src/stores/Core_LegendApplicationPlugin.ts",
"./src/stores/DocumentationService.ts",
"./src/stores/IdentityService.ts",
"./src/stores/KeyboardShortcutsService.ts",
"./src/stores/LayoutService.ts",
"./src/stores/LegendApplicationPlugin.ts",
"./src/stores/NotificationService.ts",
"./src/stores/ReleaseNotesService.ts",
"./src/stores/SettingService.ts",
"./src/stores/TelemetryService.ts",
"./src/stores/TerminalService.ts",
"./src/stores/TimeService.ts",
"./src/stores/UserDataService.ts",
"./src/stores/__test-utils__/ApplicationStoreTestUtils.ts",
"./src/stores/event/EventService.ts",
"./src/stores/event/IframeEventNotifierPlugin.ts",
"./src/stores/navigation/BrowserNavigator.ts",
"./src/stores/navigation/DefaultNavigator.ts",
"./src/stores/navigation/NavigationService.ts",
"./src/stores/platform/ApplicationPlatform.ts",
"./src/stores/platform/BrowserPlatform.ts",
"./src/stores/storage/ApplicationStorage.ts",
"./src/stores/storage/StorageService.ts",
"./src/stores/terminal/Terminal.ts",
"./src/stores/terminal/XTerm.ts",
"./src/util/DownloadHelperServiceWorker.ts",
"./src/components/ActionAlert.tsx",
"./src/components/ApplicationComponentFrameworkProvider.tsx",
"./src/components/ApplicationFrameworkProvider.tsx",
"./src/components/ApplicationPlatformProvider.tsx",
"./src/components/ApplicationStoreProvider.tsx",
"./src/components/BlockingAlert.tsx",
"./src/components/BrowserEnvironmentProvider.tsx",
"./src/components/NotificationManager.tsx",
"./src/components/ReleaseNotesManager.tsx",
"./src/components/VirtualAssistant.tsx",
"./src/components/useApplicationNavigationContext.tsx",
"./src/components/useCommands.tsx",
"./src/components/__test-utils__/BrowserEnvironmentTestUtils.tsx"
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.json"
],
"exclude": [
"src/**/__tests__/**/*.*",
"src/**/__mocks__/**/*.*"
]
}