DefinitelyTyped/types/openssi-websdk/tsconfig.json
Arne 805ad7183b Add openssi-websdk definition (#41214)
* Add openssi-websdk definition

* remove functions that are not exported by the js
2019-12-30 11:36:54 -06:00

24 lines
495 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",
"openssi-websdk-tests.ts"
]
}