DefinitelyTyped/types/clownface/tsconfig.json
Tomasz Pluskiewicz ce01557b55 typings for rdf-ext/clownface (#41016)
* typings for rdf-ext/clownface

* refactor: separate interfaces which can be inferred by usage

* refactor: rename and redefined constructor params object

* refactor: remove lib/index.d.ts which does not match actual code

* fix: remove require import

* align add callback with reality
2019-12-23 12:31:45 -06:00

24 lines
490 B
JSON

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