UNPKG

graph-explorer

Version:

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

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