UNPKG

931 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": true,
4 "allowSyntheticDefaultImports": true,
5 "experimentalDecorators": true,
6 "inlineSourceMap": true,
7 "jsx": "react",
8 "moduleResolution": "node",
9 "noEmitOnError": true,
10 "noImplicitAny": false,
11 "pretty": true
12 },
13 "files": [
14 "src/index.ts",
15 "src/BridgeDb.ts",
16 "src/components/DataSourceSelect.tsx",
17 "src/components/EntityTypeSelect.tsx",
18 "src/components/Xref.tsx",
19 "src/components/XrefsAnnotationPanel/index.ts",
20 "src/components/XrefsAnnotationPanel/XrefsAnnotationPanel.tsx",
21 "src/components/XrefsAnnotationPanel/styles.style.tsx",
22 "src/spinoffs/dataTypeParsers.ts",
23 "src/spinoffs/TSVGetter.ts",
24 "src/spinoffs/jsonld-utils.ts",
25 "src/spinoffs/mockserverPM/mockserverPM.ts",
26 "src/spinoffs/pipeToStdout.ts",
27 "src/spinoffs/toNodeStream.ts"
28 ],
29 "exclude": ["dist/**/*", "tmp/**/*", "src/**/*.css"]
30}