Files
Khairul Azhar Kasmiran 134a6bd4ca 🤖 Merge PR #53913 [chrome-remote-interface] add initial definition by @kazarmy
* Add initial definition

* Add callback versions of `CDP()`

* Import types directly from `devtools-protocol`

* Update `devtools-protocol` to 0.0.894172
2021-06-22 02:03:20 -07:00

24 lines
504 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",
"chrome-remote-interface-tests.ts"
]
}