graph-explorer
Version:
Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.
19 lines (18 loc) • 350 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"lib": ["dom", "es2015"],
"importHelpers": true,
"strict": true,
"strictNullChecks": false
},
"include": [
"./examples/**/*.ts",
"./examples/**/*.tsx",
"./src/**/*.ts",
"./src/**/*.tsx",
"./typings/typings.d.ts"
]
}