{
  "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__/DSL_DataSpace_LegendStudioCodeSnippet.ts",
    "./src/__lib__/DSL_DataSpace_LegendStudioDocumentation.ts",
    "./src/stores/DataSpaceEditorState.ts",
    "./src/stores/DataSpaceExecutionContextState.ts",
    "./src/stores/DataSpacePreviewState.ts",
    "./src/stores/DataSpaceTemplateQueryPromotionReviewerStore.ts",
    "./src/stores/DataSpaceToDataProductConverter.ts",
    "./src/stores/studio/DSL_DataSpace_GraphModifierHelper.ts",
    "./src/components/DSL_DataProduct_ElementDriver.tsx",
    "./src/components/DSL_DataSpace_LegendStudioApplicationPlugin.tsx",
    "./src/components/DSL_NewDataProductEditor.tsx",
    "./src/components/DataSpaceEditor.tsx",
    "./src/components/DataSpaceExecutionContextEditor.tsx",
    "./src/components/DataSpacePreviewAction.tsx",
    "./src/components/DataSpaceQueryAction.tsx",
    "./src/components/DataSpaceTemplateQueryPromoteReview.tsx",
    "./src/components/DataSpaceGeneralEditor/DataSpaceDefaultExecutionContextSection.tsx",
    "./src/components/DataSpaceGeneralEditor/DataSpaceDiagramsSection.tsx",
    "./src/components/DataSpaceGeneralEditor/DataSpaceElementsSection.tsx",
    "./src/components/DataSpaceGeneralEditor/DataSpaceExecutablesSection.tsx",
    "./src/components/DataSpaceGeneralEditor/DataSpaceGeneralEditor.tsx",
    "./src/components/DataSpaceGeneralEditor/DataSpaceSupportInfoSection.tsx"
  ],
  "include": [
    "src/**/*.ts",
    "src/**/*.tsx",
    "src/**/*.json"
  ],
  "exclude": [
    "src/**/__tests__/**/*.*",
    "src/**/__mocks__/**/*.*"
  ]
}