UNPKG

graph-explorer

Version:

Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.

23 lines (22 loc) 478 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "jsx": "react", "lib": ["dom", "ES2020"], "importHelpers": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "isolatedModules": true, "strict": true, "strictNullChecks": false }, "include": [ "./examples/**/*.ts", "./examples/**/*.tsx", "./src/**/*.ts", "./src/**/*.tsx", "./tests/**/*.ts", "./typings/typings.d.ts" ] }