@finos/legend-extension-format-morphir
Version:
Legend extension for Morphir format
47 lines • 1.02 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"
},
"references": [
{
"path": "./tsconfig.package.json"
}
],
"files": [
"./src/index.ts",
"./src/components/FMT_Morphir_LegendStudioApplicationPlugin.tsx"
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.json"
],
"exclude": [
"src/**/__tests__/**/*.*",
"src/**/__mocks__/**/*.*"
]
}