UNPKG

graph-explorer

Version:

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

12 lines (11 loc) 294 B
{ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, "emitDeclarationOnly": true, "skipLibCheck": true, "outDir": "./dist/temp/dts", "rootDir": "./src/graph-explorer" }, "include": ["./src/**/*.ts", "./src/**/*.tsx", "./typings/typings.d.ts"] }