DefinitelyTyped/types/yog-ral/tsconfig.json
Ruben Taelman 402f540b7d
Fix incorrect constructor options in sparqljs (#44106)
* Fix incorrect constructor options in sparqljs

* Include old version of sparqljs typings
2020-04-26 13:08:26 -04:00

25 lines
513 B
JSON

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