DefinitelyTyped/types/ccapture.js/tsconfig.json
Sam Alexander c161e2d2b5 Add types for ccapture.js (#37643)
* Add types for ccapture.js

* Make types global

* Remove package ref
2019-08-22 08:53:15 -07:00

25 lines
511 B
JSON

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