Files
DefinitelyTyped/types/jsrp/tsconfig.json
Harry Shipton 6a1cb2a6be [jsrp] Add type definitions (#18993)
[jsrp] Update jsdoc types


Add type definitions for jsrp

Add typings for jsrp library
2017-08-16 10:04:52 -07:00

23 lines
448 B
JSON

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