DefinitelyTyped/types/rdflib/tsconfig.json
Vincent eacbcad95d
Revert "rdflib: Provides its own types (#39502)" (#42044)
This reverts commit 974e3815b6.

Note that I've also manually removed rdflib from
notNeededPackages.json, which was moved around in a later commit
(35a3ce6589) - hence it wasn't
originally caught in this revert.
2020-02-07 10:24:51 -08:00

24 lines
505 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"rdflib-tests.ts"
]
}