Skip to main content
Module

x/ldkit/examples/todo-app/tsconfig.json

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
File
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "noEmit": true }, "include": ["src"], "references": [ { "path": "../../library/context" }, { "path": "../../library/core" }, { "path": "../../library/namespaces" }, { "path": "../../library/rdf" }, { "path": "../../library/react" } ]}